public interface DeploymentContext extends CommonContext
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getArtifactHandlerConfiguration() |
String |
getDeploymentProjectName() |
long |
getDeploymentResultId() |
DeploymentVersion |
getDeploymentVersion() |
long |
getEnvironmentId() |
String |
getEnvironmentName() |
String |
getPreviousVersionName() |
com.google.common.collect.Multimap<String,Artifact> |
getVersionArtifacts() |
boolean |
isRollback() |
getBuildKey, getChainStorageTags, getCurrentResult, getDisplayName, getEntityId, getEntityKey, getErrorCollection, getRepositoryDefinitionMap, getRepositoryDefinitions, getResultKey, getRuntimeTaskContext, getRuntimeTaskDefinitions, getSharedCredentials, getTaskDefinitions, getTriggerReason, getVariableContext, getVcsRepositories, getVcsRepositoryMap
long getDeploymentResultId()
long getEnvironmentId()
@NotNull DeploymentVersion getDeploymentVersion()
@NotNull com.google.common.collect.Multimap<String,Artifact> getVersionArtifacts()
@NotNull String getDeploymentProjectName()
@NotNull String getEnvironmentName()
boolean isRollback()
@Nullable String getPreviousVersionName()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.