Package com.atlassian.bamboo.plan
Interface VcsBambooSpecsSource
-
- All Superinterfaces:
ImmutableVcsBambooSpecsSource
- All Known Implementing Classes:
VcsBambooSpecsSourceImpl
public interface VcsBambooSpecsSource extends ImmutableVcsBambooSpecsSource
Entity holding an information about Specs source with reference to a specific version of Specs state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull VcsLocationBambooSpecsState
getVcsLocationBambooSpecsState()
-
Methods inherited from interface com.atlassian.bamboo.plan.ImmutableVcsBambooSpecsSource
getId, getSourceLocation, isYamlConfiguration
-
-
-
-
Method Detail
-
getVcsLocationBambooSpecsState
@NotNull @NotNull VcsLocationBambooSpecsState getVcsLocationBambooSpecsState()
- Specified by:
getVcsLocationBambooSpecsState
in interfaceImmutableVcsBambooSpecsSource
- Returns:
- referenced Specs state
-
-