Class AgentDetailInfo
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.AgentDetailInfo
-
public abstract class AgentDetailInfo extends Object
- Author:
- Eugene Petrenko Created: 09.03.2010 17:30:34
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract AgentDetailsFormBasecreateAgentForm()StringgetCaption()intgetId()id of the agent or agent typeStringgetPoolName()StringgetUrlParameters()booleanisAgentType()booleanisAuthorized()booleanisRegistered()
-
-
-
Method Detail
-
getId
public int getId()
id of the agent or agent type- Returns:
-
getCaption
@NotNull public String getCaption()
-
getPoolName
@NotNull public String getPoolName()
-
isAuthorized
public boolean isAuthorized()
-
isRegistered
public boolean isRegistered()
-
isAgentType
public boolean isAgentType()
-
getUrlParameters
@NotNull public String getUrlParameters()
-
createAgentForm
public abstract AgentDetailsFormBase createAgentForm()
-
-