Package | Description |
---|---|
com.atlassian.jira.rest.client.api.domain.input |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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
|
Copyright © 2013 Atlassian. All Rights Reserved.