java.lang.Object
   ↳ com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl

Class Overview

Implementation of the WorklogInputParameters, WorklogNewEstimateInputParameters and WorklogAdjustmentAmountInputParameters interfaces. Static builder methods are provided for convenience.

Summary

Nested Classes
class WorklogInputParametersImpl.Builder A fluent-style Builder for constructing WorklogInputParameters, WorklogNewEstimateInputParameters and WorklogAdjustmentAmountInputParameters objects. 
Public Methods
static WorklogInputParametersImpl.Builder builder()
boolean equals(Object o)
String getAdjustmentAmount()
String getComment()
String getErrorFieldPrefix()
@Deprecated String getGroupLevel()
This method is deprecated. Use getVisibility() instead. Since 6.4
Issue getIssue()
String getNewEstimate()
@Deprecated String getRoleLevelId()
This method is deprecated. Use getVisibility() instead. Since 6.4
Date getStartDate()
String getTimeSpent()
Visibility getVisibility()
Long getWorklogId()
int hashCode()
boolean isEditableCheckRequired()
static WorklogInputParametersImpl.Builder issue(Issue issue)
static WorklogInputParametersImpl.Builder timeSpent(String timeSpent)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.bc.issue.worklog.WorklogAdjustmentAmountInputParameters
From interface com.atlassian.jira.bc.issue.worklog.WorklogInputParameters
From interface com.atlassian.jira.bc.issue.worklog.WorklogNewEstimateInputParameters

Public Methods

public static WorklogInputParametersImpl.Builder builder ()

Returns

public boolean equals (Object o)

public String getAdjustmentAmount ()

public String getComment ()

public String getErrorFieldPrefix ()

@Deprecated public String getGroupLevel ()

This method is deprecated.
Use getVisibility() instead. Since 6.4

public Issue getIssue ()

public String getNewEstimate ()

@Deprecated public String getRoleLevelId ()

This method is deprecated.
Use getVisibility() instead. Since 6.4

public Date getStartDate ()

public String getTimeSpent ()

public Visibility getVisibility ()

public Long getWorklogId ()

public int hashCode ()

public boolean isEditableCheckRequired ()

public static WorklogInputParametersImpl.Builder issue (Issue issue)

Parameters
issue the issue
Returns
  • a Builder with the Issue pre-populated

public static WorklogInputParametersImpl.Builder timeSpent (String timeSpent)

Parameters
timeSpent the amount of time spent
Returns
  • a Builder with the time spent pre-populated