Uses of Interface
com.atlassian.bamboo.plan.ImmutableVcsLocationBambooSpecsState
-
Packages that use ImmutableVcsLocationBambooSpecsState Package Description com.atlassian.bamboo.plan com.atlassian.bamboo.rest.model.repository com.atlassian.bamboo.resultsummary -
-
Uses of ImmutableVcsLocationBambooSpecsState in com.atlassian.bamboo.plan
Subinterfaces of ImmutableVcsLocationBambooSpecsState in com.atlassian.bamboo.plan Modifier and Type Interface Description interfaceVcsLocationBambooSpecsStateClasses in com.atlassian.bamboo.plan that implement ImmutableVcsLocationBambooSpecsState Modifier and Type Class Description classImmutableVcsLocationBambooSpecsStateImplclassVcsLocationBambooSpecsStateImplMethods in com.atlassian.bamboo.plan that return ImmutableVcsLocationBambooSpecsState Modifier and Type Method Description @NotNull ImmutableVcsLocationBambooSpecsStateImmutableVcsBambooSpecsSource. getVcsLocationBambooSpecsState()@NotNull ImmutableVcsLocationBambooSpecsStateImmutableVcsBambooSpecsSourceImpl. getVcsLocationBambooSpecsState()Constructors in com.atlassian.bamboo.plan with parameters of type ImmutableVcsLocationBambooSpecsState Constructor Description ImmutableVcsLocationBambooSpecsStateImpl(ImmutableVcsLocationBambooSpecsState other) -
Uses of ImmutableVcsLocationBambooSpecsState in com.atlassian.bamboo.rest.model.repository
Classes in com.atlassian.bamboo.rest.model.repository that implement ImmutableVcsLocationBambooSpecsState Modifier and Type Class Description classRestVcsLocationBambooSpecsStateConstructors in com.atlassian.bamboo.rest.model.repository with parameters of type ImmutableVcsLocationBambooSpecsState Constructor Description RestVcsLocationBambooSpecsState(@NotNull ImmutableVcsLocationBambooSpecsState vcsLocationBambooSpecsState)RestVcsLocationBambooSpecsState(@NotNull ImmutableVcsLocationBambooSpecsState vcsLocationBambooSpecsState, @NotNull String baseUrl) -
Uses of ImmutableVcsLocationBambooSpecsState in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary with parameters of type ImmutableVcsLocationBambooSpecsState Modifier and Type Method Description static @NotNull Map<String,String>ResultSummaryHelper. getSpecsCustomData(@NotNull ImmutableVcsLocationBambooSpecsState bambooSpecsState, boolean success)static voidResultSummaryHelper. markAsBambooSpecFailure(@NotNull BuildContextBuilder buildContextBuilder, @NotNull ImmutableVcsLocationBambooSpecsState bambooSpecsState)Mark build context builder as Bamboo Specs execution failure.static voidResultSummaryHelper. markAsBambooSpecSuccess(@NotNull BuildContextBuilder buildContextBuilder, @NotNull ImmutableVcsLocationBambooSpecsState bambooSpecsState)Mark build context builder as Bamboo Specs execution success.
-