Uses of Enum Class
com.atlassian.bamboo.plan.VcsLocationBambooSpecsState.SpecsImportState
Packages that use VcsLocationBambooSpecsState.SpecsImportState
Package
Description
-
Uses of VcsLocationBambooSpecsState.SpecsImportState in com.atlassian.bamboo.plan
Fields in com.atlassian.bamboo.plan with type parameters of type VcsLocationBambooSpecsState.SpecsImportStateModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<VcsLocationBambooSpecsStateImpl,
VcsLocationBambooSpecsState.SpecsImportState> VcsLocationBambooSpecsStateImpl_.specsImportState
Methods in com.atlassian.bamboo.plan that return VcsLocationBambooSpecsState.SpecsImportStateModifier 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.Methods in com.atlassian.bamboo.plan with parameters of type VcsLocationBambooSpecsState.SpecsImportStateModifier 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
Methods in com.atlassian.bamboo.rest.model.repository that return VcsLocationBambooSpecsState.SpecsImportState -
Uses of VcsLocationBambooSpecsState.SpecsImportState in com.atlassian.bamboo.specs
Methods in com.atlassian.bamboo.specs with parameters of type VcsLocationBambooSpecsState.SpecsImportStateModifier 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)