Package com.atlassian.bamboo.plan
Class ImmutableVcsLocationBambooSpecsStateImpl
java.lang.Object
com.atlassian.bamboo.plan.ImmutableVcsLocationBambooSpecsStateImpl
- All Implemented Interfaces:
ImmutableVcsLocationBambooSpecsState
public class ImmutableVcsLocationBambooSpecsStateImpl
extends Object
implements ImmutableVcsLocationBambooSpecsState
-
Constructor Details
-
ImmutableVcsLocationBambooSpecsStateImpl
-
-
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
-