| Modifier and Type | Method and Description |
|---|---|
Version.FluentCreate |
archived(boolean isArchived)
Sets the archived status of the version.
|
Version.FluentCreate |
description(String description)
Sets the description of the version.
|
Version |
execute()
Executes the create action.
|
Version.FluentCreate |
name(String name)
Sets the name of the version.
|
Version.FluentCreate |
released(boolean isReleased)
Sets the released status of the version.
|
Version.FluentCreate |
releaseDate(Date releaseDate)
Sets the release date of the version.
|
public Version.FluentCreate name(String name)
name - the namethispublic Version.FluentCreate description(String description)
description - the descriptionthispublic Version.FluentCreate archived(boolean isArchived)
isArchived - archived statusthispublic Version.FluentCreate released(boolean isReleased)
isReleased - released statusthispublic Version.FluentCreate releaseDate(Date releaseDate)
releaseDate - release Datethispublic Version execute() throws JiraException
JiraException - when the create failsCopyright © 2022. All rights reserved.