@PublicApi public interface Version extends ProjectConstant, NamedWithDescription, WithId
NAME_COMPARATORID_COMPARATOR| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Long |
getId() |
String |
getName() |
Project |
getProject()
Returns project this version relates to.
|
Long |
getProjectId()
Returns the ID of the project that this version belongs to.
|
Project |
getProjectObject()
Deprecated.
Please use
getProject(). Since v7.0 |
Date |
getReleaseDate() |
Long |
getSequence() |
Date |
getStartDate()
Returns the start date of the version
|
boolean |
isArchived() |
boolean |
isReleased() |
Project getProject()
Long getProjectId()
getProjectId in interface ProjectConstantProject getProjectObject()
getProject(). Since v7.0Same as getProject() and exists for legacy reasons.
@Nullable Long getId()
getId in interface ProjectConstantgetId in interface WithIdString getName()
getName in interface NamedgetName in interface ProjectConstant@Nullable String getDescription()
getDescription in interface NamedWithDescriptiongetDescription in interface ProjectConstantLong getSequence()
boolean isArchived()
boolean isReleased()
Copyright © 2002-2018 Atlassian. All Rights Reserved.