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