|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorklogInput.AdjustEstimate | |
|---|---|
| com.atlassian.jira.rest.client.api.domain.input | |
| Uses of WorklogInput.AdjustEstimate in com.atlassian.jira.rest.client.api.domain.input |
|---|
| Methods in com.atlassian.jira.rest.client.api.domain.input that return WorklogInput.AdjustEstimate | |
|---|---|
WorklogInput.AdjustEstimate |
WorklogInput.getAdjustEstimate()
|
static WorklogInput.AdjustEstimate |
WorklogInput.AdjustEstimate.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WorklogInput.AdjustEstimate[] |
WorklogInput.AdjustEstimate.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in com.atlassian.jira.rest.client.api.domain.input with parameters of type WorklogInput.AdjustEstimate | |
|---|---|
WorklogInput(URI self,
URI issueUri,
BasicUser author,
BasicUser updateAuthor,
String comment,
org.joda.time.DateTime startDate,
int minutesSpent,
Visibility visibility,
WorklogInput.AdjustEstimate adjustEstimate,
String adjustEstimateValue)
Creates new WorklogInput with given values |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||