Class AgentDetailsForm
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.AgentDetailsFormBase
-
- jetbrains.buildServer.controllers.agent.AgentDetailsForm
-
public class AgentDetailsForm extends AgentDetailsFormBase
- Author:
- Pavel.Sher Date: 12.01.2007
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.controllers.agent.AgentDetailsFormBase
myAgentPoolManager
-
-
Constructor Summary
Constructors Constructor Description AgentDetailsForm(ProjectManager projectManager, AgentTypeManager agentTypeManager, AgentPoolManager agentPoolManager, CloudManagerBase cloudManagerBase, LicenseKeysManager licenseKeysManager, SecurityContextEx securityContext, SBuildAgent agent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildAgentEx
getAgent()
List<AgentPool>
getAvailablePools()
List<SBuildType>
getConfigurationsForCleanSources()
String
getUniqueId()
boolean
isAgentTypeDetailsForm()
boolean
isCanBeAuthorized()
boolean
isManageable()
-
Methods inherited from class jetbrains.buildServer.controllers.agent.AgentDetailsFormBase
getActiveCompatibilities, getAgentType, getAllConfigurationsCount, getCloudProfile, getDefinedConfigurationParameters, getDefinedEnvironmentVariables, getDefinedSystemProperies, getInactiveCompatibilities, getTotalSelectedConfigurationsCount, isAllConfigurationsPolicy, isSelectedConfigurationsPolicy
-
-
-
-
Constructor Detail
-
AgentDetailsForm
public AgentDetailsForm(@NotNull ProjectManager projectManager, @NotNull AgentTypeManager agentTypeManager, @NotNull AgentPoolManager agentPoolManager, @NotNull CloudManagerBase cloudManagerBase, @NotNull LicenseKeysManager licenseKeysManager, @NotNull SecurityContextEx securityContext, @NotNull SBuildAgent agent)
-
-
Method Detail
-
getUniqueId
@NotNull public String getUniqueId()
- Specified by:
getUniqueId
in classAgentDetailsFormBase
-
isAgentTypeDetailsForm
public boolean isAgentTypeDetailsForm()
- Specified by:
isAgentTypeDetailsForm
in classAgentDetailsFormBase
-
getAgent
@NotNull public BuildAgentEx getAgent()
- Overrides:
getAgent
in classAgentDetailsFormBase
-
getConfigurationsForCleanSources
public List<SBuildType> getConfigurationsForCleanSources()
-
isCanBeAuthorized
public boolean isCanBeAuthorized()
-
isManageable
public boolean isManageable()
-
-