Interface RemotedRemoteAgentManager
-
- All Known Subinterfaces:
RemoteAgentManager
- All Known Implementing Classes:
RemoteAgentManagerImpl
public interface RemotedRemoteAgentManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull RemotableRemoteAgentDefinition
registerAgent(@NotNull RemotableRemoteAgentDefinition remoteAgentDefinition)
Initial setup / verification of the agent.
-
-
-
Method Detail
-
registerAgent
@NotNull @NotNull RemotableRemoteAgentDefinition registerAgent(@NotNull @NotNull RemotableRemoteAgentDefinition remoteAgentDefinition) throws BambooLicenseException
Initial setup / verification of the agent. This method may perform checking of whether the remote agent matches the current version on the server / updates etc- Parameters:
remoteAgentDefinition
- - id may be -1 if the build is new- Returns:
- RemoteAgentDefinition with the id filled
- Throws:
BambooLicenseException
-
-