public interface DeploymentContext extends CommonContext
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getArtifactHandlerConfiguration() |
long |
getDeploymentProjectId() |
String |
getDeploymentProjectName() |
long |
getDeploymentResultId() |
DeploymentVersion |
getDeploymentVersion() |
long |
getEnvironmentId() |
String |
getEnvironmentName() |
Map<String,String> |
getPluginConfigMap(String key)
Returns configuration map that is mapped to provided key.
|
String |
getPreviousVersionName() |
com.google.common.collect.Multimap<String,Artifact> |
getVersionArtifacts() |
boolean |
isRollback() |
getArtifactContext, getBuildKey, getChainStorageTags, getCurrentResult, getDisplayName, getDockerPipelineConfiguration, getEntityGroupId, getEntityId, getEntityKey, getErrorCollection, getResultKey, getRuntimeTaskDefinitions, getSharedCredentials, getTriggerReason, getVariableContext, getVcsRepositories, getVcsRepositoryMap, isVerboseLoggingOn
long getDeploymentResultId()
long getEnvironmentId()
long getDeploymentProjectId()
@NotNull DeploymentVersion getDeploymentVersion()
@NotNull com.google.common.collect.Multimap<String,Artifact> getVersionArtifacts()
@NotNull String getDeploymentProjectName()
@NotNull String getEnvironmentName()
boolean isRollback()
@Nullable String getPreviousVersionName()
@NotNull Map<String,String> getPluginConfigMap(String key)
key
- CustomEnvironmentConfigPlugin
full plugin keyCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.