|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorklogInputBuilder | |
|---|---|
| com.atlassian.jira.rest.client.api.domain.input | |
| Uses of WorklogInputBuilder in com.atlassian.jira.rest.client.api.domain.input |
|---|
| Methods in com.atlassian.jira.rest.client.api.domain.input that return WorklogInputBuilder | |
|---|---|
WorklogInputBuilder |
WorklogInputBuilder.copyFromWorklog(Worklog worklog)
|
WorklogInputBuilder |
WorklogInputBuilder.setAdjustEstimateAuto()
Sets AdjustEstimate to AUTO - will automatically adjust the value based on the minutes spend specified on the worklog input. This is the default option. |
WorklogInputBuilder |
WorklogInputBuilder.setAdjustEstimateLeave()
Sets AdjustEstimate to LEAVE - leaves estimate as is. |
WorklogInputBuilder |
WorklogInputBuilder.setAdjustEstimateManual(int reduceEstimateByMinutes)
Sets AdjustEstimate to MANUAL - reduces remaining estimate by given value. |
WorklogInputBuilder |
WorklogInputBuilder.setAdjustEstimateManual(String reduceEstimateBy)
Sets AdjustEstimate to MANUAL - reduces remaining estimate by given value. |
WorklogInputBuilder |
WorklogInputBuilder.setAdjustEstimateNew(int newEstimateMinutes)
Sets AdjustEstimate to NEW - sets estimate to specified value. |
WorklogInputBuilder |
WorklogInputBuilder.setAdjustEstimateNew(String newEstimate)
Sets AdjustEstimate to NEW - sets estimate to specified value. |
WorklogInputBuilder |
WorklogInputBuilder.setAuthor(BasicUser author)
|
WorklogInputBuilder |
WorklogInputBuilder.setComment(String comment)
|
WorklogInputBuilder |
WorklogInputBuilder.setIssueUri(URI issueUri)
|
WorklogInputBuilder |
WorklogInputBuilder.setMinutesSpent(int minutesSpent)
|
WorklogInputBuilder |
WorklogInputBuilder.setSelf(URI self)
|
WorklogInputBuilder |
WorklogInputBuilder.setStartDate(org.joda.time.DateTime startDate)
|
WorklogInputBuilder |
WorklogInputBuilder.setUpdateAuthor(BasicUser updateAuthor)
|
WorklogInputBuilder |
WorklogInputBuilder.setVisibility(Visibility visibility)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||