| Package | Description |
|---|---|
| net.rcarz.jiraclient |
| Modifier and Type | Method and Description |
|---|---|
Version.FluentCreate |
Version.FluentCreate.archived(boolean isArchived)
Sets the archived status of the version.
|
static Version.FluentCreate |
Version.create(RestClient restclient,
String project)
Creates a new JIRA Version.
|
Version.FluentCreate |
Version.FluentCreate.description(String description)
Sets the description of the version.
|
Version.FluentCreate |
Version.FluentCreate.name(String name)
Sets the name of the version.
|
Version.FluentCreate |
Version.FluentCreate.released(boolean isReleased)
Sets the released status of the version.
|
Version.FluentCreate |
Version.FluentCreate.releaseDate(Date releaseDate)
Sets the release date of the version.
|
Copyright © 2022. All rights reserved.