Uses of Class
com.atlassian.bamboo.rest.model.repository.RestVcsLocationBambooSpecsState
-
Packages that use RestVcsLocationBambooSpecsState Package Description com.atlassian.bamboo.rest.model.repository -
-
Uses of RestVcsLocationBambooSpecsState in com.atlassian.bamboo.rest.model.repository
Methods in com.atlassian.bamboo.rest.model.repository that return RestVcsLocationBambooSpecsState Modifier and Type Method Description @NotNull RestVcsLocationBambooSpecsState
RestVcsBambooSpecsSource. getVcsLocationBambooSpecsState()
Methods in com.atlassian.bamboo.rest.model.repository that return types with arguments of type RestVcsLocationBambooSpecsState Modifier and Type Method Description List<RestVcsLocationBambooSpecsState>
RestVcsLocationSpecsStatus. getSpecsLogs()
Constructor parameters in com.atlassian.bamboo.rest.model.repository with type arguments of type RestVcsLocationBambooSpecsState Constructor Description RestVcsLocationSpecsStatus(boolean inProgress, List<RestVcsLocationBambooSpecsState> specsLogs)
-