Interface Version
- All Known Implementing Classes:
DefaultVersion
,SummaryPanelVersion
public interface Version
Representation of a Version.
- Since:
- v4.4
-
Method Details
-
getName
String getName() -
getDescription
String getDescription() -
getStartDate
Date getStartDate()- Returns:
- the start date of the version (or null if there is none)
- Since:
- v6.0
-
getReleaseDate
Date getReleaseDate() -
edit
-
isOverdue
boolean isOverdue() -
isArchived
boolean isArchived() -
isReleased
boolean isReleased() -
openOperationsCog
VersionOperationDropdown openOperationsCog() -
hasFinishedVersionOperation
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> hasFinishedVersionOperation()
-