Class PollingRemoteAgentConnection.Command
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.agent.PollingRemoteAgentConnection.Command
-
- Enclosing class:
- PollingRemoteAgentConnection
public static class PollingRemoteAgentConnection.Command extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContentType()
int
getId()
jetbrains.buildServer.serverSide.impl.agent.PollingRemoteAgentConnection.CommandResult
getResultSupplier()
String
getType()
String
serialize()
String
serializeToJSON()
String
toString()
-
-
-
Method Detail
-
getResultSupplier
@NotNull public jetbrains.buildServer.serverSide.impl.agent.PollingRemoteAgentConnection.CommandResult getResultSupplier()
-
getType
@NotNull public String getType()
-
getId
public int getId()
-
serialize
@NotNull public String serialize()
-
serializeToJSON
@NotNull public String serializeToJSON()
-
getContentType
@NotNull public String getContentType()
- Returns:
- the HTTP
Content-Type
header contents
-
-