Uses of Class
com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactSubscriptionProperties
-
Packages that use ArtifactSubscriptionProperties Package Description com.atlassian.bamboo.specs.api.builders.plan.artifact Artifact definitions and artifact subscriptions.com.atlassian.bamboo.specs.api.model.plan Plan, plan branches, stages and jobs. -
-
Uses of ArtifactSubscriptionProperties in com.atlassian.bamboo.specs.api.builders.plan.artifact
Methods in com.atlassian.bamboo.specs.api.builders.plan.artifact that return ArtifactSubscriptionProperties Modifier and Type Method Description protected ArtifactSubscriptionPropertiesArtifactSubscription. build() -
Uses of ArtifactSubscriptionProperties in com.atlassian.bamboo.specs.api.model.plan
Methods in com.atlassian.bamboo.specs.api.model.plan that return types with arguments of type ArtifactSubscriptionProperties Modifier and Type Method Description @NotNull java.util.List<ArtifactSubscriptionProperties>JobProperties. getArtifactSubscriptions()
-