Uses of Class
com.atlassian.bamboo.plan.VcsLocationBambooSpecsState.SpecsImportState
-
Packages that use VcsLocationBambooSpecsState.SpecsImportState Package Description com.atlassian.bamboo.plan com.atlassian.bamboo.rest.model.repository com.atlassian.bamboo.specs -
-
Uses of VcsLocationBambooSpecsState.SpecsImportState in com.atlassian.bamboo.plan
Fields in com.atlassian.bamboo.plan with type parameters of type VcsLocationBambooSpecsState.SpecsImportState Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<VcsLocationBambooSpecsStateImpl,VcsLocationBambooSpecsState.SpecsImportState>
VcsLocationBambooSpecsStateImpl_. specsImportState
Methods in com.atlassian.bamboo.plan that return VcsLocationBambooSpecsState.SpecsImportState Modifier and Type Method Description VcsLocationBambooSpecsState.SpecsImportState
ImmutableVcsLocationBambooSpecsState. getSpecImportState()
VcsLocationBambooSpecsState.SpecsImportState
ImmutableVcsLocationBambooSpecsStateImpl. getSpecImportState()
VcsLocationBambooSpecsState.SpecsImportState
VcsLocationBambooSpecsStateImpl. getSpecImportState()
static VcsLocationBambooSpecsState.SpecsImportState
VcsLocationBambooSpecsState.SpecsImportState. valueOf(String name)
Returns the enum constant of this type with the specified name.static VcsLocationBambooSpecsState.SpecsImportState[]
VcsLocationBambooSpecsState.SpecsImportState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.plan with parameters of type VcsLocationBambooSpecsState.SpecsImportState Modifier and Type Method Description void
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 Modifier and Type Method Description VcsLocationBambooSpecsState.SpecsImportState
RestVcsLocationBambooSpecsState. getSpecImportState()
-
Uses of VcsLocationBambooSpecsState.SpecsImportState in com.atlassian.bamboo.specs
Methods in com.atlassian.bamboo.specs with parameters of type VcsLocationBambooSpecsState.SpecsImportState Modifier and Type Method Description void
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)
-