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 AgentTypeAgentTypeHolder.get()static AgentTypeReturns 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 AgentContextRemoteAgentBootstrap.createAgentContext(AgentType type, URL endpointForAgents) protected voidConstructors 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) protectedRemoteAgentBootstrap(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_TYPESAbstractArtifactHandler.LOCAL_AGENTSAbstractArtifactHandler.NON_LOCAL_AGENTSMethods 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 AgentTypeDeploymentResultImpl.getAgentType()@Nullable AgentTypeInternalDeploymentResult.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 jakarta.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl, AgentType> MutableDeploymentResultImpl_.agentTypeMethods in com.atlassian.bamboo.deployments.results.persistence that return AgentTypeModifier and TypeMethodDescriptionDeploymentResultDto.getAgentType()@Nullable AgentTypeMutableDeploymentResultImpl.getAgentType()Methods in com.atlassian.bamboo.deployments.results.persistence with parameters of type AgentTypeModifier and TypeMethodDescriptionvoidMutableDeploymentResult.setAgentType(@Nullable AgentType agentType) voidMutableDeploymentResultImpl.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 AgentTypeImmutableResultsSummaryImpl.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 AgentTypeRestAgentAssignmentExecutorDetails.getAgentType()RestBuildAgent.getType()Methods in com.atlassian.bamboo.rest.model.agent with parameters of type AgentTypeModifier and TypeMethodDescriptionvoidRestAgentAssignmentExecutorDetails.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 jakarta.persistence.metamodel.SingularAttribute<AbstractResultsSummary, AgentType> AbstractResultsSummary_.buildAgentTypeMethods in com.atlassian.bamboo.resultsummary that return AgentTypeModifier and TypeMethodDescription@Nullable AgentTypeAbstractResultsSummary.getBuildAgentType()@Nullable AgentTypeImmutableResultsSummary.getBuildAgentType()The type of the latest agent that built the resultMethods in com.atlassian.bamboo.resultsummary with parameters of type AgentTypeModifier and TypeMethodDescriptionvoidAbstractResultsSummary.setBuildAgentType(@Nullable AgentType agentType) voidResultsSummary.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 AgentTypeCurrentlyBuilding.getAgentType()The current build agent type iff the build is current building on an agent.@Nullable AgentTypeCurrentlyBuildingImpl.getAgentType()Methods in com.atlassian.bamboo.v2.build with parameters of type AgentTypeModifier and TypeMethodDescriptionvoidCurrentlyBuilding.setAgentType(@Nullable AgentType agentType) Sets the agent typevoidCurrentlyBuildingImpl.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 jakarta.persistence.metamodel.SingularAttribute<ElasticAgentDefinitionImpl, AgentType> ElasticAgentDefinitionImpl_.typestatic jakarta.persistence.metamodel.SingularAttribute<EphemeralAgentDefinitionImpl, AgentType> EphemeralAgentDefinitionImpl_.typestatic jakarta.persistence.metamodel.SingularAttribute<PipelineDefinitionImpl, AgentType> PipelineDefinitionImpl_.typestatic jakarta.persistence.metamodel.SingularAttribute<RemoteAgentDefinitionImpl, AgentType> RemoteAgentDefinitionImpl_.typeMethods in com.atlassian.bamboo.v2.build.agent that return AgentTypeModifier and TypeMethodDescriptionBuildAgent.getType()BuildAgentImpl.getType()@NotNull AgentTypeElasticAgentDefinitionImpl.getType()@NotNull AgentTypeEphemeralAgentDefinitionImpl.getType()@NotNull AgentTypeLocalAgentDefinitionImpl.getType()abstract @NotNull AgentTypePipelineDefinitionImpl.getType()@NotNull AgentTypeRemoteAgentDefinitionImpl.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 AgentTypeAgentAssignmentExecutorDetails.getAgentType()BuildAgentDecorator.getType()