Interface ArtifactSubscriptionSubstitutionAware
-
- All Superinterfaces:
ArtifactSubscription
,BambooIdProvider
,BambooObject
,ImmutableArtifactSubscription
,NameProvider
- All Known Implementing Classes:
ArtifactSubscriptionSubstitutionAwareImpl
public interface ArtifactSubscriptionSubstitutionAware extends ArtifactSubscription
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getVariableName()
void
setVariableName(String name)
-
Methods inherited from interface com.atlassian.bamboo.plan.artifact.ArtifactSubscription
getArtifactDefinition, getConsumerJob, setArtifactDefinition, setConsumerJob, setDestinationDirectory
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Methods inherited from interface com.atlassian.bamboo.plan.artifact.ImmutableArtifactSubscription
getDestinationDirectory, getName
-
-