com.atlassian.bamboo.plan.artifact
Interface ArtifactSubscriptionSubstitutionAware

All Superinterfaces:
ArtifactSubscription, BambooIdProvider, BambooObject, ImmutableArtifactSubscription, NameProvider
All Known Implementing Classes:
ArtifactSubscriptionSubstitutionAwareImpl

public interface ArtifactSubscriptionSubstitutionAware
extends ArtifactSubscription


Method Summary
 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.plan.artifact.ImmutableArtifactSubscription
getDestinationDirectory, getName
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 

Method Detail

getVariableName

String getVariableName()

setVariableName

void setVariableName(String name)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.