Class AgentRegistrationDetails
- java.lang.Object
-
- jetbrains.buildServer.agentServer.AgentRegistrationDetails
-
public class AgentRegistrationDetails extends Object
- Author:
- Eugene Petrenko Created: 12.08.2009 14:07:05
-
-
Constructor Summary
Constructors Constructor Description AgentRegistrationDetails(int agentId, String authorizationToken, String newName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AgentRegistrationDetails
deserializeFromString(String code)
int
getAgentId()
String
getAuthorizationToken()
String
getNewName()
String
serializeToString()
String
toString()
-
-
-
Method Detail
-
getAgentId
public int getAgentId()
-
getAuthorizationToken
@Nullable public String getAuthorizationToken()
-
getNewName
@Nullable public String getNewName()
-
serializeToString
public String serializeToString()
-
deserializeFromString
public static AgentRegistrationDetails deserializeFromString(@NotNull String code)
-
-