public interface CommonContext extends Serializable
Modifier and Type | Method and Description |
---|---|
CommonArtifactContext |
getArtifactContext() |
BuildKey |
getBuildKey() |
Map<PlanKey,ChainStorageTag> |
getChainStorageTags() |
CurrentResult |
getCurrentResult() |
String |
getDisplayName()
A human friendly description of what is being built.
|
DockerPipelineConfiguration |
getDockerPipelineConfiguration() |
Long |
getEntityGroupId()
Returns id of a group entity belongs to.
|
long |
getEntityId() |
Key |
getEntityKey() |
ErrorCollection |
getErrorCollection()
Any errors associated with the build
|
ResultKey |
getResultKey() |
List<RuntimeTaskDefinition> |
getRuntimeTaskDefinitions()
All tasks defined for this build.
|
Iterable<CredentialsData> |
getSharedCredentials() |
TriggerReason |
getTriggerReason()
The reason this build was triggered
|
VariableContext |
getVariableContext() |
List<PlanRepositoryDefinition> |
getVcsRepositories() |
Map<Long,PlanRepositoryDefinition> |
getVcsRepositoryMap() |
@NotNull BuildKey getBuildKey()
long getEntityId()
Long getEntityGroupId()
Key getEntityKey()
ResultKey getResultKey()
String getDisplayName()
CurrentResult getCurrentResult()
@NotNull CommonArtifactContext getArtifactContext()
@NotNull ErrorCollection getErrorCollection()
@NotNull List<RuntimeTaskDefinition> getRuntimeTaskDefinitions()
List
of RuntimeTaskDefinition
s@NotNull VariableContext getVariableContext()
@NotNull TriggerReason getTriggerReason()
@NotNull Map<Long,PlanRepositoryDefinition> getVcsRepositoryMap()
@NotNull List<PlanRepositoryDefinition> getVcsRepositories()
@NotNull Iterable<CredentialsData> getSharedCredentials()
@NotNull Map<PlanKey,ChainStorageTag> getChainStorageTags()
@NotNull DockerPipelineConfiguration getDockerPipelineConfiguration()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.