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