Class ProjectService.AbstractProjectValidationResult

java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.ProjectService.AbstractProjectValidationResult
All Implemented Interfaces:
ServiceResult, Serializable
Direct Known Subclasses:
ProjectService.UpdateProjectValidationResult
Enclosing interface:
ProjectService

@PublicApi public abstract static class ProjectService.AbstractProjectValidationResult extends ServiceResultImpl
See Also:
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getKey

      public String getKey()
    • getDescription

      public String getDescription()
    • getLeadUsername

      public String getLeadUsername()
    • getLead

      public String getLead()
      Deprecated.
      Use getLeadUsername() instead. Since v6.0.
      Returns:
      the username of the requested project lead
    • getUrl

      public String getUrl()
    • getAssigneeType

      public Long getAssigneeType()
    • getAvatarId

      public Long getAvatarId()
    • isKeyChanged

      @ExperimentalApi public boolean isKeyChanged()
    • getUser

      @ExperimentalApi @Nullable public ApplicationUser getUser()
      Returns:
      the user that initiated the action
      Since:
      v6.1