Uses of Enum Class
com.atlassian.bamboo.agent.AgentType
Packages that use AgentType
Package
Description
-
Uses of AgentType in com.atlassian.bamboo.agent
Methods in com.atlassian.bamboo.agent that return AgentTypeModifier and TypeMethodDescriptionstatic @NotNull AgentType
AgentTypeHolder.get()
static AgentType
Returns the enum constant of this class with the specified name.static AgentType[]
AgentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bamboo.agent with parameters of type AgentType -
Uses of AgentType in com.atlassian.bamboo.agent.bootstrap
Fields in com.atlassian.bamboo.agent.bootstrap declared as AgentTypeMethods in com.atlassian.bamboo.agent.bootstrap that return AgentTypeMethods in com.atlassian.bamboo.agent.bootstrap with parameters of type AgentTypeModifier and TypeMethodDescriptionprotected AgentContext
RemoteAgentBootstrap.createAgentContext
(AgentType type, URL endpointForAgents) protected void
Constructors in com.atlassian.bamboo.agent.bootstrap with parameters of type AgentTypeModifierConstructorDescriptionAgentContext
(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) protected
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 -
Uses of AgentType in com.atlassian.bamboo.build.artifact
Fields in com.atlassian.bamboo.build.artifact with type parameters of type AgentTypeModifier and TypeFieldDescriptionAbstractArtifactHandler.ALL_AGENT_TYPES
AbstractArtifactHandler.LOCAL_AGENTS
AbstractArtifactHandler.NON_LOCAL_AGENTS
Methods in com.atlassian.bamboo.build.artifact that return types with arguments of type AgentTypeModifier and TypeMethodDescriptionAbstractArtifactHandler.getSupportedAgents()
ArtifactHandler.getSupportedAgents()
ArtifactHandlerDecoratorSupport.getSupportedAgents()
Methods in com.atlassian.bamboo.build.artifact with parameters of type AgentTypeModifier and TypeMethodDescription@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 AgentTypeModifierConstructorDescriptionAbstractArtifactHandler
(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 AgentTypeModifierConstructorDescriptionArtifactHandlerSupportsAgentTypeModuleDescriptorPredicate
(@NotNull AgentType agentType) -
Uses of AgentType in com.atlassian.bamboo.buildqueue
Methods in com.atlassian.bamboo.buildqueue that return AgentType -
Uses of AgentType in com.atlassian.bamboo.deployments.results
Methods in com.atlassian.bamboo.deployments.results that return AgentTypeModifier and TypeMethodDescription@Nullable AgentType
DeploymentResultImpl.getAgentType()
@Nullable AgentType
InternalDeploymentResult.getAgentType()
Constructors in com.atlassian.bamboo.deployments.results with parameters of type AgentTypeModifierConstructorDescriptionDeploymentResultImpl
(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 AgentTypeModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,
AgentType> MutableDeploymentResultImpl_.agentType
Methods in com.atlassian.bamboo.deployments.results.persistence that return AgentTypeModifier and TypeMethodDescriptionDeploymentResultDto.getAgentType()
@Nullable AgentType
MutableDeploymentResultImpl.getAgentType()
Methods in com.atlassian.bamboo.deployments.results.persistence with parameters of type AgentTypeModifier and TypeMethodDescriptionvoid
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 AgentTypeModifier and TypeMethodDescription@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 -
Uses of AgentType in com.atlassian.bamboo.rest.model.agent
Methods in com.atlassian.bamboo.rest.model.agent that return AgentTypeModifier and TypeMethodDescription@Nullable AgentType
RestAgentAssignmentExecutorDetails.getAgentType()
RestBuildAgent.getType()
Methods in com.atlassian.bamboo.rest.model.agent with parameters of type AgentTypeModifier and TypeMethodDescriptionvoid
RestAgentAssignmentExecutorDetails.setAgentType
(@Nullable AgentType agentType) Constructors in com.atlassian.bamboo.rest.model.agent with parameters of type AgentTypeModifierConstructorDescriptionRestBuildAgent
(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 -
Uses of AgentType in com.atlassian.bamboo.resultsummary
Fields in com.atlassian.bamboo.resultsummary with type parameters of type AgentTypeModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<AbstractResultsSummary,
AgentType> AbstractResultsSummary_.buildAgentType
Methods in com.atlassian.bamboo.resultsummary that return AgentTypeModifier and TypeMethodDescription@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 AgentTypeModifier and TypeMethodDescriptionvoid
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 AgentTypeModifier and TypeMethodDescription@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 AgentTypeModifier and TypeMethodDescriptionvoid
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 AgentTypeModifier and TypeFieldDescriptionstatic 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 AgentTypeModifier and TypeMethodDescriptionBuildAgent.getType()
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 AgentTypeModifier and TypeMethodDescription@Nullable AgentType
AgentAssignmentExecutorDetails.getAgentType()
BuildAgentDecorator.getType()