public static interface WorklogSystemField.WorklogValue
Modifier and Type | Interface and Description |
---|---|
static class |
WorklogSystemField.WorklogValue.AdjustEstimate
Denotes the possible states of the radio button group which captures what the user wishes to do with the
estimate after logging work.
|
static class |
WorklogSystemField.WorklogValue.Builder |
Modifier and Type | Method and Description |
---|---|
WorklogSystemField.WorklogValue.AdjustEstimate |
adjustEstimate() |
String |
adjustmentAmount() |
Long |
adjustmentAmountLong() |
String |
comment() |
String |
commentLevel() |
Long |
id() |
boolean |
isActivated() |
boolean |
isCreateIssue() |
boolean |
isEditIssue() |
boolean |
isSet() |
String |
newEstimate() |
Long |
newEstimateLong() |
String |
startDate() |
String |
timeLogged() |
WorklogResult |
worklogResult() |
Long id()
boolean isActivated()
String timeLogged()
String startDate()
WorklogSystemField.WorklogValue.AdjustEstimate adjustEstimate()
String newEstimate()
Long newEstimateLong()
String adjustmentAmount()
Long adjustmentAmountLong()
String comment()
String commentLevel()
WorklogResult worklogResult()
WorklogService
's "validateCreate" methods. Stored on the WorklogValue
so that it can be accessed in the different phases of the field lifecycle.boolean isSet()
timeLogged()
, newEstimate()
or adjustmentAmount()
is set.boolean isCreateIssue()
boolean isEditIssue()
Copyright © 2002-2018 Atlassian. All Rights Reserved.