Package com.atlassian.bamboo.versioning
Interface Versionable
-
- All Known Subinterfaces:
Buildable,Chain,ChainBranch,ImmutableBuildable,ImmutableChain,ImmutableChainBranch,ImmutableJob,ImmutablePlan,ImmutableTopLevelPlan,Job,PartialVcsRepositoryData,Plan,PlanRepositoryDefinition,RepositoryDataEntity,TopLevelPlan,VcsRepositoryData
- All Known Implementing Classes:
AbstractChain,AbstractImmutableChain,AbstractImmutablePlan,AbstractPlan,ChainBranchImpl,CompleteVcsRepositoryData,DefaultChain,DefaultJob,ImmutableChainBranchImpl,ImmutableChainImpl,ImmutableJobImpl,MockVcsRepositoryData,PartialVcsRepositoryDataImpl,PlanRepositoryDefinitionImpl,RepositoryDataEntityImpl,VcsRepositoryDataImpl
public interface VersionableInterface for versionable objects. Versionable objects have a version number.- Since:
- 9.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull LonggetVersion()Returns the version number of this object.
-
-
-
Method Detail
-
getVersion
@NotNull @NotNull Long getVersion()
Returns the version number of this object.- Returns:
- the version number
-
-