Class SmartWorklogBean
java.lang.Object
com.codebarrel.jira.model.issue.WorklogBean
com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.smartbeans.SmartWorklogBean
- All Implemented Interfaces:
InputRenderable
,SmartBean<WorklogBean>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.codebarrel.jira.model.issue.WorklogBean
WorklogBean.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionSmartWorklogBean
(WorklogBean source, EntityPropertiesClient entityPropertiesClient, UserClient userClient, IssueClient issueClient, String issueKey) -
Method Summary
Methods inherited from class com.codebarrel.jira.model.issue.WorklogBean
getCreated, getId, getIssueId, getStarted, getTimeSpent, getTimeSpentSeconds, getUpdated, getVisibility, isVisibilitySet, toRenderedString
-
Constructor Details
-
SmartWorklogBean
public SmartWorklogBean(WorklogBean source, EntityPropertiesClient entityPropertiesClient, UserClient userClient, IssueClient issueClient, String issueKey)
-
-
Method Details
-
getSource
Description copied from interface:SmartBean
Returns the wrapped bean for this smart bean. Mainly used for JSON deserialization, since smart beans should never be serialized directly.- Specified by:
getSource
in interfaceSmartBean<WorklogBean>
-
getComment
- Overrides:
getComment
in classWorklogBean
-
getAuthor
- Overrides:
getAuthor
in classWorklogBean
-
getUpdateAuthor
- Overrides:
getUpdateAuthor
in classWorklogBean
-
getProperties
-
toString
- Overrides:
toString
in classWorklogBean
-