Uses of Class
com.atlassian.bamboo.plan.VcsLocationBambooSpecsStateImpl
-
Packages that use VcsLocationBambooSpecsStateImpl Package Description com.atlassian.bamboo.plan -
-
Uses of VcsLocationBambooSpecsStateImpl in com.atlassian.bamboo.plan
Fields in com.atlassian.bamboo.plan with type parameters of type VcsLocationBambooSpecsStateImpl Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<VcsLocationBambooSpecsStateImpl,String>
VcsLocationBambooSpecsStateImpl_. branch
static javax.persistence.metamodel.SingularAttribute<VcsLocationBambooSpecsStateImpl,Long>
VcsLocationBambooSpecsStateImpl_. id
static javax.persistence.metamodel.SingularAttribute<VcsLocationBambooSpecsStateImpl,String>
VcsLocationBambooSpecsStateImpl_. logFilename
static javax.persistence.metamodel.SingularAttribute<VcsLocationBambooSpecsStateImpl,String>
VcsLocationBambooSpecsStateImpl_. revision
static javax.persistence.metamodel.SingularAttribute<VcsLocationBambooSpecsStateImpl,Date>
VcsLocationBambooSpecsStateImpl_. specsExecutionDate
static javax.persistence.metamodel.SingularAttribute<VcsLocationBambooSpecsStateImpl,VcsLocationBambooSpecsState.SpecsImportState>
VcsLocationBambooSpecsStateImpl_. specsImportState
static javax.persistence.metamodel.SingularAttribute<VcsLocationBambooSpecsStateImpl,Boolean>
VcsLocationBambooSpecsStateImpl_. specsNotFound
static javax.persistence.metamodel.SingularAttribute<VcsBambooSpecsSourceImpl,VcsLocationBambooSpecsStateImpl>
VcsBambooSpecsSourceImpl_. vcsLocationBambooSpecsState
static javax.persistence.metamodel.SingularAttribute<VcsLocationBambooSpecsStateImpl,Long>
VcsLocationBambooSpecsStateImpl_. vcsLocationId
Methods in com.atlassian.bamboo.plan with parameters of type VcsLocationBambooSpecsStateImpl Modifier and Type Method Description static VcsBambooSpecsSourceImpl
VcsBambooSpecsSourceImpl. javaSpecsSource(@NotNull VcsLocationBambooSpecsStateImpl vcsLocationBambooSpecsState)
Creates instance of Specs Source which references Java Specs.void
VcsBambooSpecsSourceImpl. setVcsLocationBambooSpecsState(VcsLocationBambooSpecsStateImpl vcsLocationBambooSpecsState)
static VcsBambooSpecsSourceImpl
VcsBambooSpecsSourceImpl. yamlSpecsSource(@NotNull VcsLocationBambooSpecsStateImpl vcsLocationBambooSpecsState, String sourceFilename)
Creates instance of Specs Source which references YAML fileConstructors in com.atlassian.bamboo.plan with parameters of type VcsLocationBambooSpecsStateImpl Constructor Description VcsBambooSpecsSourceImpl(@NotNull VcsLocationBambooSpecsStateImpl vcsLocationBambooSpecsStateImpl, String sourceLocation)
-