Class AgentParametersTabModel
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.AgentParametersTabModel
-
public class AgentParametersTabModel extends Object
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) 05.08.2010
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTIES_KIND_KEY
static String
TAB_NAME
-
Constructor Summary
Constructors Constructor Description AgentParametersTabModel(String selectedKey, AgentParametersTabProvider[] providers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<AgentParametersTabProvider>
getEntries()
String
getPropertiesKindKey()
String
getSelectedTabKey()
String
getSelectedTabUrl()
String
getTabName()
-
-
-
Field Detail
-
PROPERTIES_KIND_KEY
public static final String PROPERTIES_KIND_KEY
- See Also:
- Constant Field Values
-
TAB_NAME
public static final String TAB_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AgentParametersTabModel
public AgentParametersTabModel(@Nullable String selectedKey, @NotNull AgentParametersTabProvider[] providers)
-
-
Method Detail
-
getTabName
@NotNull public String getTabName()
-
getPropertiesKindKey
@NotNull public String getPropertiesKindKey()
-
getEntries
@NotNull public Collection<AgentParametersTabProvider> getEntries()
-
getSelectedTabUrl
@NotNull public String getSelectedTabUrl()
-
getSelectedTabKey
@NotNull public String getSelectedTabKey()
-
-