Uses of Interface
com.atlassian.bamboo.plan.ImmutableVcsBambooSpecsSource
Packages that use ImmutableVcsBambooSpecsSource
Package
Description
-
Uses of ImmutableVcsBambooSpecsSource in com.atlassian.bamboo.deployments.projects
Methods in com.atlassian.bamboo.deployments.projects that return ImmutableVcsBambooSpecsSourceModifier and TypeMethodDescription@Nullable ImmutableVcsBambooSpecsSource
InternalDeploymentProject.getVcsBambooSpecsSource()
-
Uses of ImmutableVcsBambooSpecsSource in com.atlassian.bamboo.deployments.projects.persistence.internal
Methods in com.atlassian.bamboo.deployments.projects.persistence.internal that return ImmutableVcsBambooSpecsSourceModifier and TypeMethodDescription@Nullable ImmutableVcsBambooSpecsSource
InternalDeploymentProjectImpl.getVcsBambooSpecsSource()
-
Uses of ImmutableVcsBambooSpecsSource in com.atlassian.bamboo.plan
Subinterfaces of ImmutableVcsBambooSpecsSource in com.atlassian.bamboo.planModifier and TypeInterfaceDescriptioninterface
Entity holding an information about Specs source with reference to a specific version of Specs state.Classes in com.atlassian.bamboo.plan that implement ImmutableVcsBambooSpecsSourceModifier and TypeClassDescriptionclass
class
Constructors in com.atlassian.bamboo.plan with parameters of type ImmutableVcsBambooSpecsSourceModifierConstructorDescriptionImmutableVcsBambooSpecsSourceImpl
(@NotNull ImmutableVcsBambooSpecsSource other) -
Uses of ImmutableVcsBambooSpecsSource in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return ImmutableVcsBambooSpecsSourceModifier and TypeMethodDescriptionprotected ImmutableVcsBambooSpecsSource
AbstractImmutableChain.VcsBambooSpecsSourceResettableLazyReference.create()
@Nullable ImmutableVcsBambooSpecsSource
AbstractImmutableChain.getVcsBambooSpecsSource()
@Nullable ImmutableVcsBambooSpecsSource
ImmutableChain.getVcsBambooSpecsSource()
Methods in com.atlassian.bamboo.plan.cache with parameters of type ImmutableVcsBambooSpecsSourceModifier 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) Constructors in com.atlassian.bamboo.plan.cache with parameters of type ImmutableVcsBambooSpecsSourceModifierConstructorDescriptionVcsBambooSpecsSourceResettableLazyReference
(@NotNull BambooSpecsSourceDao bambooSpecsSourceDao, @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 ImmutableVcsBambooSpecsSourceModifier and TypeMethodDescription@Nullable ImmutableVcsBambooSpecsSource
RestDeploymentProject.getVcsBambooSpecsSource()
-
Uses of ImmutableVcsBambooSpecsSource in com.atlassian.bamboo.rest.model.repository
Classes in com.atlassian.bamboo.rest.model.repository that implement ImmutableVcsBambooSpecsSourceConstructors in com.atlassian.bamboo.rest.model.repository with parameters of type ImmutableVcsBambooSpecsSourceModifierConstructorDescriptionRestVcsBambooSpecsSource
(@NotNull ImmutableVcsBambooSpecsSource other)