Uses of Interface
com.atlassian.bamboo.plan.ImmutableVcsBambooSpecsSource
-
-
Uses of ImmutableVcsBambooSpecsSource in com.atlassian.bamboo.deployments.projects
Methods in com.atlassian.bamboo.deployments.projects that return ImmutableVcsBambooSpecsSource Modifier and Type Method Description @Nullable ImmutableVcsBambooSpecsSource
DeploymentProject. getVcsBambooSpecsSource()
@Nullable ImmutableVcsBambooSpecsSource
DeploymentProjectIdentifier. getVcsBambooSpecsSource()
@Nullable ImmutableVcsBambooSpecsSource
DeploymentProjectImpl. getVcsBambooSpecsSource()
-
Uses of ImmutableVcsBambooSpecsSource in com.atlassian.bamboo.plan
Subinterfaces of ImmutableVcsBambooSpecsSource in com.atlassian.bamboo.plan Modifier and Type Interface Description interface
VcsBambooSpecsSource
Entity holding an information about Specs source with reference to a specific version of Specs state.Classes in com.atlassian.bamboo.plan that implement ImmutableVcsBambooSpecsSource Modifier and Type Class Description class
ImmutableVcsBambooSpecsSourceImpl
class
VcsBambooSpecsSourceImpl
Constructors in com.atlassian.bamboo.plan with parameters of type ImmutableVcsBambooSpecsSource Constructor Description ImmutableVcsBambooSpecsSourceImpl(@NotNull ImmutableVcsBambooSpecsSource other)
-
Uses of ImmutableVcsBambooSpecsSource in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return ImmutableVcsBambooSpecsSource Modifier and Type Method Description protected ImmutableVcsBambooSpecsSource
AbstractImmutableChain.VcsBambooSpecsSourceResettableLazyReference. create()
@Nullable ImmutableVcsBambooSpecsSource
AbstractImmutableChain. getVcsBambooSpecsSource()
@Nullable ImmutableVcsBambooSpecsSource
ImmutableChain. getVcsBambooSpecsSource()
Methods in com.atlassian.bamboo.plan.cache with parameters of type ImmutableVcsBambooSpecsSource Modifier and Type Method Description void
ImmutablePlanCacheService. invalidateSpecsStateForPlan(@NotNull PlanKey planKey, @Nullable ImmutableVcsBambooSpecsSource immutableVcsBambooSpecsSource)
Invalidate specs state.void
ImmutablePlanCacheServiceImpl. invalidateSpecsStateForPlan(@NotNull PlanKey planKey, @Nullable ImmutableVcsBambooSpecsSource immutableVcsBambooSpecsSource)
void
AbstractImmutableChain. resetVcsBambooSpecsSource(@Nullable ImmutableVcsBambooSpecsSource immutableVcsBambooSpecsSource)
Invalidates specs source.void
AbstractImmutableChain.VcsBambooSpecsSourceResettableLazyReference. setExplicitly(@Nullable ImmutableVcsBambooSpecsSource value)
Constructors in com.atlassian.bamboo.plan.cache with parameters of type ImmutableVcsBambooSpecsSource Constructor Description VcsBambooSpecsSourceResettableLazyReference(@NotNull BambooSpecsManager bambooSpecsManager, @Nullable ImmutableVcsBambooSpecsSource initialValue, long chainId)
-
Uses of ImmutableVcsBambooSpecsSource in com.atlassian.bamboo.rest.model.deployments.projects
Methods in com.atlassian.bamboo.rest.model.deployments.projects that return ImmutableVcsBambooSpecsSource Modifier and Type Method Description @Nullable ImmutableVcsBambooSpecsSource
RestDeploymentProject. getVcsBambooSpecsSource()
-
Uses of ImmutableVcsBambooSpecsSource in com.atlassian.bamboo.rest.model.repository
Classes in com.atlassian.bamboo.rest.model.repository that implement ImmutableVcsBambooSpecsSource Modifier and Type Class Description class
RestVcsBambooSpecsSource
Constructors in com.atlassian.bamboo.rest.model.repository with parameters of type ImmutableVcsBambooSpecsSource Constructor Description RestVcsBambooSpecsSource(@NotNull ImmutableVcsBambooSpecsSource other)
-