Uses of Enum Class
com.atlassian.bamboo.plan.VcsLocationBambooSpecsState.SpecsImportState
Package
Description
-
Uses of VcsLocationBambooSpecsState.SpecsImportState in com.atlassian.bamboo.plan
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<VcsLocationBambooSpecsStateImpl,
VcsLocationBambooSpecsState.SpecsImportState> VcsLocationBambooSpecsStateImpl_.specsImportState
Modifier and TypeMethodDescriptionImmutableVcsLocationBambooSpecsState.getSpecImportState()
ImmutableVcsLocationBambooSpecsStateImpl.getSpecImportState()
VcsLocationBambooSpecsStateImpl.getSpecImportState()
Returns the enum constant of this class with the specified name.VcsLocationBambooSpecsState.SpecsImportState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
VcsLocationBambooSpecsStateImpl.setSpecsImportState
(VcsLocationBambooSpecsState.SpecsImportState specsImportState) void
VcsLocationBambooSpecsState.updateDataAfterSpecImport
(String logFilename, VcsLocationBambooSpecsState.SpecsImportState specsImportState) void
VcsLocationBambooSpecsStateImpl.updateDataAfterSpecImport
(String logFilename, VcsLocationBambooSpecsState.SpecsImportState specsImportState) -
Uses of VcsLocationBambooSpecsState.SpecsImportState in com.atlassian.bamboo.rest.model.repository
-
Uses of VcsLocationBambooSpecsState.SpecsImportState in com.atlassian.bamboo.specs
Modifier and TypeMethodDescriptionvoid
BambooSpecsManager.updateAfterSpecsImport
(VcsLocationBambooSpecsState vcsLocationBambooSpecsState, VcsLocationBambooSpecsState.SpecsImportState specsImportState, String logFilename) Update givenVcsLocationBambooSpecsState
with specs import results and save it.void
BambooSpecsManagerImpl.updateAfterSpecsImport
(VcsLocationBambooSpecsState vcsLocationBambooSpecsState, VcsLocationBambooSpecsState.SpecsImportState specsImportState, String logFilename)