@PublicApi public interface Version extends ProjectConstant, NamedWithDescription, WithId
NAME_COMPARATOR
ID_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 ProjectConstant
Project getProjectObject()
getProject()
. Since v7.0Same as getProject() and exists for legacy reasons.
@Nullable Long getId()
getId
in interface ProjectConstant
getId
in interface WithId
String getName()
getName
in interface Named
getName
in interface ProjectConstant
@Nullable String getDescription()
getDescription
in interface NamedWithDescription
getDescription
in interface ProjectConstant
Long getSequence()
boolean isArchived()
boolean isReleased()
Copyright © 2002-2017 Atlassian. All Rights Reserved.