public interface ArtifactSubscriptionContext extends Serializable
Modifier and Type | Method and Description |
---|---|
ArtifactDefinitionContext |
getArtifactDefinitionContext() |
String |
getDestinationPath() |
String |
getEffectiveDestinationPath() |
SecureToken |
getToken() |
String |
getVariableName() |
boolean |
isSingleFile() |
void |
setEffectiveDestinationPath(String relativeDestinationPath) |
void |
setSingleFile(boolean singleFile) |
void |
substituteVariables(CustomVariableContext customVariableContext) |
ArtifactDefinitionContext getArtifactDefinitionContext()
@NotNull SecureToken getToken()
@NotNull String getDestinationPath()
ArtifactSubscription
@NotNull String getVariableName()
boolean isSingleFile()
void setSingleFile(boolean singleFile)
@NotNull String getEffectiveDestinationPath()
void setEffectiveDestinationPath(@NotNull String relativeDestinationPath)
void substituteVariables(@NotNull CustomVariableContext customVariableContext)
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.