Class RestVcsLocationSpecsStatus
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.repository.RestVcsLocationSpecsStatus
-
public class RestVcsLocationSpecsStatus extends Object
-
-
Constructor Summary
Constructors Constructor Description RestVcsLocationSpecsStatus(boolean inProgress, List<RestVcsLocationBambooSpecsState> specsLogs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RestVcsLocationBambooSpecsState>
getSpecsLogs()
boolean
isInProgress()
-
-
-
Constructor Detail
-
RestVcsLocationSpecsStatus
public RestVcsLocationSpecsStatus(boolean inProgress, List<RestVcsLocationBambooSpecsState> specsLogs)
-
-
Method Detail
-
isInProgress
public boolean isInProgress()
-
getSpecsLogs
public List<RestVcsLocationBambooSpecsState> getSpecsLogs()
-
-