Uses of Class
com.atlassian.bamboo.agent.AgentType
-
-
Uses of AgentType in com.atlassian.bamboo.agent
Methods in com.atlassian.bamboo.agent that return AgentType Modifier and Type Method Description static @NotNull AgentType
AgentTypeHolder. get()
static AgentType
AgentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AgentType[]
AgentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.agent with parameters of type AgentType Modifier and Type Method Description static void
AgentTypeHolder. set(@NotNull AgentType type)
-
Uses of AgentType in com.atlassian.bamboo.agent.bootstrap
Fields in com.atlassian.bamboo.agent.bootstrap declared as AgentType Modifier and Type Field Description protected AgentType
RemoteAgentBootstrap. agentType
Methods in com.atlassian.bamboo.agent.bootstrap that return AgentType Modifier and Type Method Description AgentType
AgentContext. getAgentBootstrapType()
Methods in com.atlassian.bamboo.agent.bootstrap with parameters of type AgentType Modifier and Type Method Description protected AgentContext
RemoteAgentBootstrap. createAgentContext(AgentType type, URL endpointForAgents)
protected void
RemoteAgentBootstrap. run(AgentType type)
Constructors in com.atlassian.bamboo.agent.bootstrap with parameters of type AgentType Constructor Description AgentContext(RemoteAgentHttpClientFactory httpClientFactory, @NotNull URL baseUrl, String fingerPrintRequestSuffix, AgentType agentBootstrapType, @Nullable String securityToken)
AgentContext(RemoteAgentHttpClientFactory httpClientFactory, @NotNull URL baseUrl, String fingerPrintRequestSuffix, AgentType agentBootstrapType, @Nullable String securityToken, @Nullable String forKey)
RemoteAgentBootstrap(URL serverEndpointForAgents, @Nullable String securityToken, AgentType agentType)
-
Uses of AgentType in com.atlassian.bamboo.agent.elastic.client
Methods in com.atlassian.bamboo.agent.elastic.client with parameters of type AgentType Modifier and Type Method Description protected void
ElasticAgentBootstrap. run(AgentType type)
-
Uses of AgentType in com.atlassian.bamboo.build.artifact
Fields in com.atlassian.bamboo.build.artifact with type parameters of type AgentType Modifier and Type Field Description protected static Set<AgentType>
AbstractArtifactHandler. ALL_AGENT_TYPES
protected static Set<AgentType>
AbstractArtifactHandler. LOCAL_AGENTS
static Set<AgentType>
AbstractArtifactHandler. NON_LOCAL_AGENTS
Methods in com.atlassian.bamboo.build.artifact that return types with arguments of type AgentType Modifier and Type Method Description @NotNull Set<AgentType>
AbstractArtifactHandler. getSupportedAgents()
@NotNull Set<AgentType>
ArtifactHandler. getSupportedAgents()
@NotNull Set<AgentType>
ArtifactHandlerDecoratorSupport. getSupportedAgents()
Methods in com.atlassian.bamboo.build.artifact with parameters of type AgentType Modifier and Type Method Description @NotNull List<ArtifactHandler>
AbstractArtifactManager. getArtifactHandlersForAgent(@NotNull AgentType agentType)
@NotNull List<ArtifactHandler>
ArtifactManager. getArtifactHandlersForAgent(@NotNull AgentType agentType)
Get list of enabled artifact handlers usable on agent of a given type.Constructor parameters in com.atlassian.bamboo.build.artifact with type arguments of type AgentType Constructor Description AbstractArtifactHandler(Set<AgentType> supportedAgents)
AbstractLocalArtifactHandler(Set<AgentType> supportedAgents)
AbstractRepublishingArtifactHandler(Set<AgentType> supportedAgents, RemoteTransferFallbackArtifactHandler fallbackArtifactHandler)
AbstractRepublishingArtifactHandler(Set<AgentType> supportedAgents, String fallbackHandlerPath)
-
Uses of AgentType in com.atlassian.bamboo.build.artifact.handlers
Constructors in com.atlassian.bamboo.build.artifact.handlers with parameters of type AgentType Constructor Description ArtifactHandlerSupportsAgentTypeModuleDescriptorPredicate(@NotNull AgentType agentType)
-
Uses of AgentType in com.atlassian.bamboo.buildqueue
Methods in com.atlassian.bamboo.buildqueue that return AgentType Modifier and Type Method Description @NotNull AgentType
PipelineDefinition. getType()
Gets type of the agent -
Uses of AgentType in com.atlassian.bamboo.deployments.results
Methods in com.atlassian.bamboo.deployments.results that return AgentType Modifier and Type Method Description @Nullable AgentType
DeploymentResultImpl. getAgentType()
@Nullable AgentType
InternalDeploymentResult. getAgentType()
Constructors in com.atlassian.bamboo.deployments.results with parameters of type AgentType Constructor Description DeploymentResultImpl(long id, BuildState deploymentState, LifeCycleState lifeCycleState, Date startedDate, Date queuedDate, Date executedDate, Date finishedDate, String deploymentVersionName, Long agentId, Map<String,String> customData, TriggerReason triggerReason, @NotNull Environment environment, @Nullable DeploymentVersion deploymentVersion, @Nullable Operations operations, @Nullable AgentType agentType)
-
Uses of AgentType in com.atlassian.bamboo.deployments.results.persistence
Fields in com.atlassian.bamboo.deployments.results.persistence with type parameters of type AgentType Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,AgentType>
MutableDeploymentResultImpl_. agentType
Methods in com.atlassian.bamboo.deployments.results.persistence that return AgentType Modifier and Type Method Description AgentType
DeploymentResultDto. getAgentType()
@Nullable AgentType
MutableDeploymentResultImpl. getAgentType()
Methods in com.atlassian.bamboo.deployments.results.persistence with parameters of type AgentType Modifier and Type Method Description void
MutableDeploymentResult. setAgentType(@Nullable AgentType agentType)
void
MutableDeploymentResultImpl. setAgentType(@Nullable AgentType agentType)
-
Uses of AgentType in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return AgentType Modifier and Type Method Description @Nullable AgentType
ImmutableResultsSummaryImpl. getBuildAgentType()
-
Uses of AgentType in com.atlassian.bamboo.plugin.descriptor
Methods in com.atlassian.bamboo.plugin.descriptor with parameters of type AgentType Modifier and Type Method Description boolean
ArtifactHandlerModuleDescriptor. supports(AgentType agentType)
boolean
ArtifactHandlerModuleDescriptorImpl. supports(AgentType agentType)
-
Uses of AgentType in com.atlassian.bamboo.rest.model.agent
Methods in com.atlassian.bamboo.rest.model.agent that return AgentType Modifier and Type Method Description @Nullable AgentType
RestAgentAssignmentExecutorDetails. getAgentType()
AgentType
RestBuildAgent. getType()
Methods in com.atlassian.bamboo.rest.model.agent with parameters of type AgentType Modifier and Type Method Description void
RestAgentAssignmentExecutorDetails. setAgentType(@Nullable AgentType agentType)
Constructors in com.atlassian.bamboo.rest.model.agent with parameters of type AgentType Constructor Description RestBuildAgent(long id, String name, AgentType agentType, boolean active, boolean enabled, boolean busy)
-
Uses of AgentType in com.atlassian.bamboo.rest.model.deployments.results
Methods in com.atlassian.bamboo.rest.model.deployments.results that return AgentType Modifier and Type Method Description @Nullable AgentType
RestDeploymentResult. getAgentType()
-
Uses of AgentType in com.atlassian.bamboo.resultsummary
Fields in com.atlassian.bamboo.resultsummary with type parameters of type AgentType Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<AbstractResultsSummary,AgentType>
AbstractResultsSummary_. buildAgentType
Methods in com.atlassian.bamboo.resultsummary that return AgentType Modifier and Type Method Description @Nullable AgentType
AbstractResultsSummary. getBuildAgentType()
@Nullable AgentType
ImmutableResultsSummary. getBuildAgentType()
The type of the latest agent that built the resultMethods in com.atlassian.bamboo.resultsummary with parameters of type AgentType Modifier and Type Method Description void
AbstractResultsSummary. setBuildAgentType(@Nullable AgentType agentType)
void
ResultsSummary. setBuildAgentType(@Nullable AgentType agentType)
Sets the build agent type. -
Uses of AgentType in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return AgentType Modifier and Type Method Description @Nullable AgentType
CurrentlyBuilding. getAgentType()
The current build agent type iff the build is current building on an agent.@Nullable AgentType
CurrentlyBuildingImpl. getAgentType()
Methods in com.atlassian.bamboo.v2.build with parameters of type AgentType Modifier and Type Method Description void
CurrentlyBuilding. setAgentType(@Nullable AgentType agentType)
Sets the agent typevoid
CurrentlyBuildingImpl. setAgentType(@Nullable AgentType agentType)
-
Uses of AgentType in com.atlassian.bamboo.v2.build.agent
Fields in com.atlassian.bamboo.v2.build.agent with type parameters of type AgentType Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<ElasticAgentDefinitionImpl,AgentType>
ElasticAgentDefinitionImpl_. type
static javax.persistence.metamodel.SingularAttribute<EphemeralAgentDefinitionImpl,AgentType>
EphemeralAgentDefinitionImpl_. type
static javax.persistence.metamodel.SingularAttribute<PipelineDefinitionImpl,AgentType>
PipelineDefinitionImpl_. type
static javax.persistence.metamodel.SingularAttribute<RemoteAgentDefinitionImpl,AgentType>
RemoteAgentDefinitionImpl_. type
Methods in com.atlassian.bamboo.v2.build.agent that return AgentType Modifier and Type Method Description AgentType
BuildAgent. getType()
AgentType
BuildAgentImpl. getType()
@NotNull AgentType
ElasticAgentDefinitionImpl. getType()
@NotNull AgentType
EphemeralAgentDefinitionImpl. getType()
@NotNull AgentType
LocalAgentDefinitionImpl. getType()
abstract @NotNull AgentType
PipelineDefinitionImpl. getType()
@NotNull AgentType
RemoteAgentDefinitionImpl. getType()
-
Uses of AgentType in com.atlassian.bamboo.ww2.actions.agent
Methods in com.atlassian.bamboo.ww2.actions.agent that return AgentType Modifier and Type Method Description @Nullable AgentType
AgentAssignmentExecutorDetails. getAgentType()
AgentType
BuildAgentDecorator. getType()
-