Uses of Class
com.atlassian.bamboo.license.BambooLicenseException
-
Packages that use BambooLicenseException Package Description com.atlassian.bamboo.buildqueue.manager -
-
Uses of BambooLicenseException in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager that throw BambooLicenseException Modifier and Type Method Description void
AgentManager. createLocalAgent(LocalAgentDefinition pipelineDefinition)
Create a new local agent.void
AgentManagerImpl. createLocalAgent(LocalAgentDefinition definition)
@NotNull PipelineDefinition
RemoteAgentManager. registerAgent(@NotNull PipelineDefinition remoteAgentDefinition)
Initial setup / verification of the agent.@NotNull PipelineDefinition
RemoteAgentManagerImpl. registerAgent(@NotNull PipelineDefinition remoteAgentDefinition)
@NotNull RemotableRemoteAgentDefinition
RemotedRemoteAgentManager. registerAgent(@NotNull RemotableRemoteAgentDefinition remoteAgentDefinition)
Initial setup / verification of the agent.
-