com.atlassian.bamboo.plan.artifact
Interface ConsumedSubscription

All Superinterfaces:
BambooIdProvider, BambooObject, NameProvider
All Known Implementing Classes:
ConsumedSubscriptionImpl

public interface ConsumedSubscription
extends BambooObject, NameProvider


Method Summary
 ArtifactLink getArtifactLink()
           
 ResultsSummary getConsumerResultSummary()
           
 String getDestinationDirectory()
           
 void setArtifactLink(ArtifactLink artifactLink)
           
 void setConsumerResultSummary(ResultsSummary consumerResultsSummary)
           
 void setDestinationDirectory(String destinationDirectory)
           
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 
Methods inherited from interface com.atlassian.bamboo.utils.NameProvider
getName
 

Method Detail

getArtifactLink

ArtifactLink getArtifactLink()

setArtifactLink

void setArtifactLink(ArtifactLink artifactLink)

getConsumerResultSummary

ResultsSummary getConsumerResultSummary()

setConsumerResultSummary

void setConsumerResultSummary(ResultsSummary consumerResultsSummary)

getDestinationDirectory

@Nullable
String getDestinationDirectory()

setDestinationDirectory

void setDestinationDirectory(@Nullable
                             String destinationDirectory)


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