Class AgentDetailsFormBase
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.AgentDetailsFormBase
-
- Direct Known Subclasses:
AgentDetailsForm,AgentTypeDetailsForm
public abstract class AgentDetailsFormBase extends Object
- Author:
- Eugene Petrenko Created: 09.03.2010 18:33:17
-
-
Field Summary
Fields Modifier and Type Field Description protected AgentPoolManagermyAgentPoolManager
-
Constructor Summary
Constructors Constructor Description AgentDetailsFormBase(ProjectManager projectManager, AgentTypeManager agentTypeManager, AgentPoolManager agentPoolManager, CloudManagerBase cloudManagerBase, SecurityContextEx securityContext, AgentDescription agent, SAgentType agentType)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CompatibleConfigurationsBeangetActiveCompatibilities()AgentDescriptiongetAgent()SAgentTypegetAgentType()intgetAllConfigurationsCount()CloudProfilegetCloudProfile()Map<String,String>getDefinedConfigurationParameters()Map<String,String>getDefinedEnvironmentVariables()Map<String,String>getDefinedSystemProperies()CompatibleConfigurationsBeangetInactiveCompatibilities()intgetTotalSelectedConfigurationsCount()abstract StringgetUniqueId()abstract booleanisAgentTypeDetailsForm()booleanisAllConfigurationsPolicy()booleanisSelectedConfigurationsPolicy()
-
-
-
Field Detail
-
myAgentPoolManager
@NotNull protected final AgentPoolManager myAgentPoolManager
-
-
Constructor Detail
-
AgentDetailsFormBase
public AgentDetailsFormBase(@NotNull ProjectManager projectManager, @NotNull AgentTypeManager agentTypeManager, @NotNull AgentPoolManager agentPoolManager, @NotNull CloudManagerBase cloudManagerBase, @NotNull SecurityContextEx securityContext, @NotNull AgentDescription agent, @NotNull SAgentType agentType)
-
-
Method Detail
-
getAgent
@NotNull public AgentDescription getAgent()
-
getAgentType
@NotNull public SAgentType getAgentType()
-
getUniqueId
@NotNull public abstract String getUniqueId()
-
isAgentTypeDetailsForm
public abstract boolean isAgentTypeDetailsForm()
-
getDefinedConfigurationParameters
@NotNull public Map<String,String> getDefinedConfigurationParameters()
-
isSelectedConfigurationsPolicy
public boolean isSelectedConfigurationsPolicy()
-
isAllConfigurationsPolicy
public boolean isAllConfigurationsPolicy()
-
getAllConfigurationsCount
public int getAllConfigurationsCount()
-
getTotalSelectedConfigurationsCount
public int getTotalSelectedConfigurationsCount()
-
getActiveCompatibilities
@NotNull public CompatibleConfigurationsBean getActiveCompatibilities()
-
getInactiveCompatibilities
@NotNull public CompatibleConfigurationsBean getInactiveCompatibilities()
-
getCloudProfile
@Nullable public CloudProfile getCloudProfile()
-
-