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_.specsImportStateMethods 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 TypeMethodDescriptionvoidVcsLocationBambooSpecsStateImpl.setSpecsImportState(VcsLocationBambooSpecsState.SpecsImportState specsImportState) voidVcsLocationBambooSpecsState.updateDataAfterSpecImport(String logFilename, VcsLocationBambooSpecsState.SpecsImportState specsImportState) voidVcsLocationBambooSpecsStateImpl.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 TypeMethodDescriptionvoidBambooSpecsManager.updateAfterSpecsImport(VcsLocationBambooSpecsState vcsLocationBambooSpecsState, VcsLocationBambooSpecsState.SpecsImportState specsImportState, String logFilename) Update givenVcsLocationBambooSpecsStatewith specs import results and save it.voidBambooSpecsManagerImpl.updateAfterSpecsImport(VcsLocationBambooSpecsState vcsLocationBambooSpecsState, VcsLocationBambooSpecsState.SpecsImportState specsImportState, String logFilename)