Class RestVcsLocationBambooSpecsState
java.lang.Object
com.atlassian.bamboo.rest.model.repository.RestVcsLocationBambooSpecsState
- All Implemented Interfaces:
ImmutableVcsLocationBambooSpecsState
public class RestVcsLocationBambooSpecsState
extends Object
implements ImmutableVcsLocationBambooSpecsState
-
Constructor Summary
ConstructorsConstructorDescriptionRestVcsLocationBambooSpecsState(@NotNull ImmutableVcsLocationBambooSpecsState vcsLocationBambooSpecsState) RestVcsLocationBambooSpecsState(@NotNull ImmutableVcsLocationBambooSpecsState vcsLocationBambooSpecsState, @NotNull String baseUrl) -
Method Summary
-
Constructor Details
-
RestVcsLocationBambooSpecsState
public RestVcsLocationBambooSpecsState(@NotNull @NotNull ImmutableVcsLocationBambooSpecsState vcsLocationBambooSpecsState) -
RestVcsLocationBambooSpecsState
public RestVcsLocationBambooSpecsState(@NotNull @NotNull ImmutableVcsLocationBambooSpecsState vcsLocationBambooSpecsState, @NotNull @NotNull String baseUrl)
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceImmutableVcsLocationBambooSpecsState
-
getRevision
- Specified by:
getRevisionin interfaceImmutableVcsLocationBambooSpecsState- Returns:
- revision used to execute RSS
-
getVcsLocationId
public long getVcsLocationId()- Specified by:
getVcsLocationIdin interfaceImmutableVcsLocationBambooSpecsState- Returns:
- id of the RSS repository
-
getBranch
- Specified by:
getBranchin interfaceImmutableVcsLocationBambooSpecsState- Returns:
- branch of the RSS repository used to execute Specs
-
getSpecsExecutionDate
- Specified by:
getSpecsExecutionDatein interfaceImmutableVcsLocationBambooSpecsState- Returns:
- date of specs execution
-
getLogFilename
- Specified by:
getLogFilenamein interfaceImmutableVcsLocationBambooSpecsState- Returns:
- RSS execution log filename
-
getSpecImportState
- Specified by:
getSpecImportStatein interfaceImmutableVcsLocationBambooSpecsState- Returns:
- Status of the RSS execution
-
isSpecsNotFound
public boolean isSpecsNotFound()- Specified by:
isSpecsNotFoundin interfaceImmutableVcsLocationBambooSpecsState- Returns:
- true if Specs were not found during the RSS execution, false otherwise
-
getLogUrl
-