| Modifier and Type | Method and Description |
|---|---|
static 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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AgentTypeHolder.set(AgentType type) |
| Modifier and Type | Method and Description |
|---|---|
AgentType |
AgentContext.getAgentBootstrapType() |
| Modifier and Type | Method and Description |
|---|---|
protected AgentContext |
AgentBootstrap.createAgentContext(AgentType type,
URL endpointForAgents) |
protected void |
AgentBootstrap.run(AgentType type) |
| Constructor and Description |
|---|
AgentContext(RemoteAgentHttpClientFactory httpClientFactory,
URL baseUrl,
String fingerPrintRequestSuffix,
AgentType agentBootstrapType,
String securityToken) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ElasticAgentBootstrap.run(AgentType type) |
| Modifier and Type | Field and Description |
|---|---|
protected static Set<AgentType> |
AbstractArtifactHandler.ALL_AGENT_TYPES |
protected static Set<AgentType> |
AbstractArtifactHandler.LOCAL_AGENTS |
static Set<AgentType> |
AbstractArtifactHandler.NON_LOCAL_AGENTS |
| Modifier and Type | Method and Description |
|---|---|
Set<AgentType> |
AbstractArtifactHandler.getSupportedAgents() |
Set<AgentType> |
ArtifactHandler.getSupportedAgents() |
Set<AgentType> |
ArtifactHandlerDecoratorSupport.getSupportedAgents() |
| Modifier and Type | Method and Description |
|---|---|
List<ArtifactHandler> |
AbstractArtifactManager.getArtifactHandlersForAgent(AgentType agentType) |
List<ArtifactHandler> |
ArtifactManager.getArtifactHandlersForAgent(AgentType agentType)
Get list of enabled artifact handlers usable on agent of a given type.
|
| Constructor and Description |
|---|
AbstractArtifactHandler(Set<AgentType> supportedAgents) |
AbstractLocalArtifactHandler(Set<AgentType> supportedAgents) |
| Constructor and Description |
|---|
ArtifactHandlerSupportsAgentTypeModuleDescriptorPredicate(AgentType agentType) |
| Modifier and Type | Method and Description |
|---|---|
AgentType |
PipelineDefinition.getType()
Gets type of the agent
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ArtifactHandlerModuleDescriptorImpl.supports(AgentType agentType) |
boolean |
ArtifactHandlerModuleDescriptor.supports(AgentType agentType) |
| Modifier and Type | Method and Description |
|---|---|
AgentType |
RestAgentAssignmentExecutorDetails.getAgentType() |
AgentType |
RestBuildAgent.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestAgentAssignmentExecutorDetails.setAgentType(AgentType agentType) |
| Constructor and Description |
|---|
RestBuildAgent(long id,
String name,
AgentType agentType,
boolean active,
boolean enabled,
boolean busy) |
| Modifier and Type | Method and Description |
|---|---|
AgentType |
LocalAgentDefinitionImpl.getType() |
AgentType |
ElasticAgentDefinitionImpl.getType() |
AgentType |
BuildAgentImpl.getType() |
abstract AgentType |
PipelineDefinitionImpl.getType() |
AgentType |
RemoteAgentDefinitionImpl.getType() |
AgentType |
BuildAgent.getType() |
| Modifier and Type | Method and Description |
|---|---|
AgentType |
AgentAssignmentExecutorDetails.getAgentType() |
AgentType |
BuildAgentDecorator.getType() |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.