Class RestVcsBambooSpecsSource
java.lang.Object
com.atlassian.bamboo.rest.model.repository.RestVcsBambooSpecsSource
- All Implemented Interfaces:
ImmutableVcsBambooSpecsSource
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable Long
getId()
@NotNull RestVcsLocationBambooSpecsState
boolean
-
Constructor Details
-
RestVcsBambooSpecsSource
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceImmutableVcsBambooSpecsSource
-
getVcsLocationBambooSpecsState
- Specified by:
getVcsLocationBambooSpecsState
in interfaceImmutableVcsBambooSpecsSource
- Returns:
- referenced Specs state
-
getSourceLocation
- Specified by:
getSourceLocation
in interfaceImmutableVcsBambooSpecsSource
- Returns:
- Specs source filename
-
isYamlConfiguration
public boolean isYamlConfiguration()Description copied from interface:ImmutableVcsBambooSpecsSource
- Specified by:
isYamlConfiguration
in interfaceImmutableVcsBambooSpecsSource
- Returns:
true
if plan was created via Yaml Specs.Contract
ImmutableVcsBambooSpecsSource.getSourceLocation()
is not null or empty then it's Yaml plan.
-