Class UserAnonymizationProgressBean

java.lang.Object
com.atlassian.jira.rest.v2.user.anonymization.ResultWithErrorsAndWarningsBean
com.atlassian.jira.rest.v2.user.anonymization.UserAnonymizationProgressBean
All Implemented Interfaces:
Serializable

@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault public class UserAnonymizationProgressBean extends ResultWithErrorsAndWarningsBean
Since:
v8.4
See Also:
  • Method Details

    • getUserKey

      public String getUserKey()
    • getUserName

      @Nullable public String getUserName()
    • getFullName

      @Nullable public String getFullName()
    • getProgressUrl

      public String getProgressUrl()
    • getCurrentProgress

      public Long getCurrentProgress()
    • getCurrentSubTask

      @Nullable public String getCurrentSubTask()
    • getSubmittedTime

      public Date getSubmittedTime()
    • getStartTime

      @Nullable public Date getStartTime()
    • getFinishTime

      @Nullable public Date getFinishTime()
    • getStatus

    • getOperations

      public Set<String> getOperations()
    • getExecutingNode

      public String getExecutingNode()
    • isRerun

      public boolean isRerun()