Uses of Interface
com.atlassian.bamboo.plan.ImmutableVcsBambooSpecsSource
Package
Description
-
Uses of ImmutableVcsBambooSpecsSource in com.atlassian.bamboo.deployments.projects
Modifier and TypeMethodDescription@Nullable ImmutableVcsBambooSpecsSource
DeploymentProject.getVcsBambooSpecsSource()
@Nullable ImmutableVcsBambooSpecsSource
DeploymentProjectIdentifier.getVcsBambooSpecsSource()
@Nullable ImmutableVcsBambooSpecsSource
DeploymentProjectImpl.getVcsBambooSpecsSource()
-
Uses of ImmutableVcsBambooSpecsSource in com.atlassian.bamboo.plan
Modifier and TypeInterfaceDescriptioninterface
Entity holding an information about Specs source with reference to a specific version of Specs state.Modifier and TypeClassDescriptionclass
class
ModifierConstructorDescriptionImmutableVcsBambooSpecsSourceImpl
(@NotNull ImmutableVcsBambooSpecsSource other) -
Uses of ImmutableVcsBambooSpecsSource in com.atlassian.bamboo.plan.cache
Modifier and TypeMethodDescriptionprotected ImmutableVcsBambooSpecsSource
AbstractImmutableChain.VcsBambooSpecsSourceResettableLazyReference.create()
@Nullable ImmutableVcsBambooSpecsSource
AbstractImmutableChain.getVcsBambooSpecsSource()
@Nullable ImmutableVcsBambooSpecsSource
ImmutableChain.getVcsBambooSpecsSource()
Modifier and TypeMethodDescriptionvoid
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) ModifierConstructorDescriptionVcsBambooSpecsSourceResettableLazyReference
(@NotNull BambooSpecsSourceDao bambooSpecsSourceDao, @Nullable ImmutableVcsBambooSpecsSource initialValue, long chainId) -
Uses of ImmutableVcsBambooSpecsSource in com.atlassian.bamboo.rest.model.deployments.projects
Modifier and TypeMethodDescription@Nullable ImmutableVcsBambooSpecsSource
RestDeploymentProject.getVcsBambooSpecsSource()
-
Uses of ImmutableVcsBambooSpecsSource in com.atlassian.bamboo.rest.model.repository
ModifierConstructorDescriptionRestVcsBambooSpecsSource
(@NotNull ImmutableVcsBambooSpecsSource other)