Package com.atlassian.bamboo.plan
Interface ImmutableVcsLocationBambooSpecsState
- All Known Subinterfaces:
VcsLocationBambooSpecsState
- All Known Implementing Classes:
ImmutableVcsLocationBambooSpecsStateImpl
,RestVcsLocationBambooSpecsState
,VcsLocationBambooSpecsStateImpl
public interface ImmutableVcsLocationBambooSpecsState
Links RSS repository to a Specs execution status.
-
Method Details
-
getId
-
getRevision
- Returns:
- revision used to execute RSS
-
getVcsLocationId
long getVcsLocationId()- Returns:
- id of the RSS repository
-
getBranch
- Returns:
- branch of the RSS repository used to execute Specs
-
getSpecsExecutionDate
- Returns:
- date of specs execution
-
getLogFilename
- Returns:
- RSS execution log filename
-
getSpecImportState
- Returns:
- Status of the RSS execution
-
isSpecsNotFound
boolean isSpecsNotFound()- Returns:
- true if Specs were not found during the RSS execution, false otherwise
-