Interface RemotedRemoteAgentManager
- All Known Subinterfaces:
RemoteAgentManager
- All Known Implementing Classes:
RemoteAgentManagerImpl
public interface RemotedRemoteAgentManager
-
Method Summary
Modifier and TypeMethodDescription@NotNull RemotableRemoteAgentDefinition
registerAgent
(@NotNull RemotableRemoteAgentDefinition remoteAgentDefinition) Initial setup / verification of the agent.
-
Method Details
-
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
-