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 AgentDetailsFormBase
createAgentForm()
String
getCaption()
int
getId()
id of the agent or agent typeString
getPoolName()
String
getUrlParameters()
boolean
isAgentType()
boolean
isAuthorized()
boolean
isRegistered()
-
-
-
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()
-
-