public class RestVcsBambooSpecsSource extends Object implements ImmutableVcsBambooSpecsSource
Constructor and Description |
---|
RestVcsBambooSpecsSource(ImmutableVcsBambooSpecsSource other) |
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
Optional<String> |
getSourceLocation() |
RestVcsLocationBambooSpecsState |
getVcsLocationBambooSpecsState() |
boolean |
isYamlConfiguration() |
public RestVcsBambooSpecsSource(@NotNull ImmutableVcsBambooSpecsSource other)
@Nullable public Long getId()
getId
in interface ImmutableVcsBambooSpecsSource
@NotNull public RestVcsLocationBambooSpecsState getVcsLocationBambooSpecsState()
getVcsLocationBambooSpecsState
in interface ImmutableVcsBambooSpecsSource
@NotNull public Optional<String> getSourceLocation()
getSourceLocation
in interface ImmutableVcsBambooSpecsSource
public boolean isYamlConfiguration()
ImmutableVcsBambooSpecsSource
isYamlConfiguration
in interface ImmutableVcsBambooSpecsSource
true
if plan was created via Yaml Specs.
Contract ImmutableVcsBambooSpecsSource.getSourceLocation()
is not null or empty then it's Yaml plan.
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.