Uses of Enum Class
com.atlassian.bamboo.agent.AgentType
Package
Description
-
Uses of AgentType in com.atlassian.bamboo.agent
-
Uses of AgentType in com.atlassian.bamboo.agent.bootstrap
Modifier and TypeMethodDescriptionprotected AgentContext
RemoteAgentBootstrap.createAgentContext
(AgentType type, URL endpointForAgents) protected void
ModifierConstructorDescriptionAgentContext
(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
-
Uses of AgentType in com.atlassian.bamboo.build.artifact
Modifier and TypeFieldDescriptionAbstractArtifactHandler.ALL_AGENT_TYPES
AbstractArtifactHandler.LOCAL_AGENTS
AbstractArtifactHandler.NON_LOCAL_AGENTS
Modifier and TypeMethodDescriptionAbstractArtifactHandler.getSupportedAgents()
ArtifactHandler.getSupportedAgents()
ArtifactHandlerDecoratorSupport.getSupportedAgents()
Modifier 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.ModifierConstructorDescriptionAbstractArtifactHandler
(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
ModifierConstructorDescriptionArtifactHandlerSupportsAgentTypeModuleDescriptorPredicate
(@NotNull AgentType agentType) -
Uses of AgentType in com.atlassian.bamboo.buildqueue
-
Uses of AgentType in com.atlassian.bamboo.deployments.results
Modifier and TypeMethodDescription@Nullable AgentType
DeploymentResultImpl.getAgentType()
@Nullable AgentType
InternalDeploymentResult.getAgentType()
ModifierConstructorDescriptionDeploymentResultImpl
(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
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,
AgentType> MutableDeploymentResultImpl_.agentType
Modifier and TypeMethodDescriptionDeploymentResultDto.getAgentType()
@Nullable AgentType
MutableDeploymentResultImpl.getAgentType()
Modifier and TypeMethodDescriptionvoid
MutableDeploymentResult.setAgentType
(@Nullable AgentType agentType) void
MutableDeploymentResultImpl.setAgentType
(@Nullable AgentType agentType) -
Uses of AgentType in com.atlassian.bamboo.plan.cache
Modifier and TypeMethodDescription@Nullable AgentType
ImmutableResultsSummaryImpl.getBuildAgentType()
-
Uses of AgentType in com.atlassian.bamboo.plugin.descriptor
-
Uses of AgentType in com.atlassian.bamboo.rest.model.agent
Modifier and TypeMethodDescription@Nullable AgentType
RestAgentAssignmentExecutorDetails.getAgentType()
RestBuildAgent.getType()
Modifier and TypeMethodDescriptionvoid
RestAgentAssignmentExecutorDetails.setAgentType
(@Nullable AgentType agentType) ModifierConstructorDescriptionRestBuildAgent
(long id, String name, AgentType agentType, boolean active, boolean enabled, boolean busy) -
Uses of AgentType in com.atlassian.bamboo.rest.model.deployments.results
-
Uses of AgentType in com.atlassian.bamboo.resultsummary
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<AbstractResultsSummary,
AgentType> AbstractResultsSummary_.buildAgentType
Modifier and TypeMethodDescription@Nullable AgentType
AbstractResultsSummary.getBuildAgentType()
@Nullable AgentType
ImmutableResultsSummary.getBuildAgentType()
The type of the latest agent that built the resultModifier 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
Modifier and TypeMethodDescription@Nullable AgentType
CurrentlyBuilding.getAgentType()
The current build agent type iff the build is current building on an agent.@Nullable AgentType
CurrentlyBuildingImpl.getAgentType()
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescription@Nullable AgentType
AgentAssignmentExecutorDetails.getAgentType()
BuildAgentDecorator.getType()