Uses of Class
com.atlassian.bamboo.plan.VcsBambooSpecsSourceImpl
-
Packages that use VcsBambooSpecsSourceImpl Package Description com.atlassian.bamboo.deployments.projects.persistence com.atlassian.bamboo.plan com.atlassian.bamboo.plan.rss com.atlassian.bamboo.project -
-
Uses of VcsBambooSpecsSourceImpl in com.atlassian.bamboo.deployments.projects.persistence
Fields in com.atlassian.bamboo.deployments.projects.persistence with type parameters of type VcsBambooSpecsSourceImpl Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<MutableDeploymentProjectImpl,VcsBambooSpecsSourceImpl>
MutableDeploymentProjectImpl_. vcsBambooSpecsSource
-
Uses of VcsBambooSpecsSourceImpl in com.atlassian.bamboo.plan
Fields in com.atlassian.bamboo.plan with type parameters of type VcsBambooSpecsSourceImpl Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<VcsBambooSpecsSourceImpl,Long>
VcsBambooSpecsSourceImpl_. id
static javax.persistence.metamodel.SingularAttribute<VcsBambooSpecsSourceImpl,String>
VcsBambooSpecsSourceImpl_. sourceLocation
static javax.persistence.metamodel.SingularAttribute<VcsBambooSpecsSourceImpl,VcsLocationBambooSpecsStateImpl>
VcsBambooSpecsSourceImpl_. vcsLocationBambooSpecsState
Methods in com.atlassian.bamboo.plan that return VcsBambooSpecsSourceImpl Modifier and Type Method Description static VcsBambooSpecsSourceImpl
VcsBambooSpecsSourceImpl. javaSpecsSource(@NotNull VcsLocationBambooSpecsStateImpl vcsLocationBambooSpecsState)
Creates instance of Specs Source which references Java Specs.static VcsBambooSpecsSourceImpl
VcsBambooSpecsSourceImpl. yamlSpecsSource(@NotNull VcsLocationBambooSpecsStateImpl vcsLocationBambooSpecsState, String sourceFilename)
Creates instance of Specs Source which references YAML file -
Uses of VcsBambooSpecsSourceImpl in com.atlassian.bamboo.plan.rss
Fields in com.atlassian.bamboo.plan.rss with type parameters of type VcsBambooSpecsSourceImpl Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<PlanVcsBambooSpecsSourceImpl,VcsBambooSpecsSourceImpl>
PlanVcsBambooSpecsSourceImpl_. vcsBambooSpecsSource
-
Uses of VcsBambooSpecsSourceImpl in com.atlassian.bamboo.project
Methods in com.atlassian.bamboo.project that return VcsBambooSpecsSourceImpl Modifier and Type Method Description @Nullable VcsBambooSpecsSourceImpl
DefaultProject. getVcsBambooSpecsSource()
-