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 interface
VcsLocationBambooSpecsState
Classes in com.atlassian.bamboo.plan that implement ImmutableVcsLocationBambooSpecsState Modifier and Type Class Description class
ImmutableVcsLocationBambooSpecsStateImpl
class
VcsLocationBambooSpecsStateImpl
Methods in com.atlassian.bamboo.plan that return ImmutableVcsLocationBambooSpecsState Modifier and Type Method Description @NotNull ImmutableVcsLocationBambooSpecsState
ImmutableVcsBambooSpecsSource. getVcsLocationBambooSpecsState()
@NotNull ImmutableVcsLocationBambooSpecsState
ImmutableVcsBambooSpecsSourceImpl. 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 class
RestVcsLocationBambooSpecsState
Constructors 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 void
ResultSummaryHelper. markAsBambooSpecFailure(@NotNull BuildContextBuilder buildContextBuilder, @NotNull ImmutableVcsLocationBambooSpecsState bambooSpecsState)
Mark build context builder as Bamboo Specs execution failure.static void
ResultSummaryHelper. markAsBambooSpecSuccess(@NotNull BuildContextBuilder buildContextBuilder, @NotNull ImmutableVcsLocationBambooSpecsState bambooSpecsState)
Mark build context builder as Bamboo Specs execution success.
-