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
ConstructorDescriptionRestVcsLocationBambooSpecsState
(@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:
getId
in interfaceImmutableVcsLocationBambooSpecsState
-
getRevision
- Specified by:
getRevision
in interfaceImmutableVcsLocationBambooSpecsState
- Returns:
- revision used to execute RSS
-
getVcsLocationId
public long getVcsLocationId()- Specified by:
getVcsLocationId
in interfaceImmutableVcsLocationBambooSpecsState
- Returns:
- id of the RSS repository
-
getBranch
- Specified by:
getBranch
in interfaceImmutableVcsLocationBambooSpecsState
- Returns:
- branch of the RSS repository used to execute Specs
-
getSpecsExecutionDate
- Specified by:
getSpecsExecutionDate
in interfaceImmutableVcsLocationBambooSpecsState
- Returns:
- date of specs execution
-
getLogFilename
- Specified by:
getLogFilename
in interfaceImmutableVcsLocationBambooSpecsState
- Returns:
- RSS execution log filename
-
getSpecImportState
- Specified by:
getSpecImportState
in interfaceImmutableVcsLocationBambooSpecsState
- Returns:
- Status of the RSS execution
-
isSpecsNotFound
public boolean isSpecsNotFound()- Specified by:
isSpecsNotFound
in interfaceImmutableVcsLocationBambooSpecsState
- Returns:
- true if Specs were not found during the RSS execution, false otherwise
-
getLogUrl
-