Packages

o

io.pg.gitlab.graphql

ProjectPermissions

object ProjectPermissions

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectPermissions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def adminOperations: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform admin_operations on this resource

  5. def adminProject: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform admin_project on this resource

  6. def adminRemoteMirror: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform admin_remote_mirror on this resource

  7. def adminWiki: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform admin_wiki on this resource

  8. def archiveProject: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform archive_project on this resource

  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def changeNamespace: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform change_namespace on this resource

  11. def changeVisibilityLevel: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform change_visibility_level on this resource

  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. def createDeployment: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform create_deployment on this resource

  14. def createDesign: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform create_design on this resource

  15. def createIssue: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform create_issue on this resource

  16. def createLabel: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform create_label on this resource

  17. def createMergeRequestFrom: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform create_merge_request_from on this resource

  18. def createMergeRequestIn: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform create_merge_request_in on this resource

  19. def createPages: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform create_pages on this resource

  20. def createPipeline: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform create_pipeline on this resource

  21. def createPipelineSchedule: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform create_pipeline_schedule on this resource

  22. def createSnippet: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform create_snippet on this resource

  23. def createWiki: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform create_wiki on this resource

  24. def destroyDesign: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform destroy_design on this resource

  25. def destroyPages: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform destroy_pages on this resource

  26. def destroyWiki: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform destroy_wiki on this resource

  27. def downloadCode: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform download_code on this resource

  28. def downloadWikiCode: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform download_wiki_code on this resource

  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  31. def forkProject: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform fork_project on this resource

  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def pushCode: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform push_code on this resource

  39. def pushToDeleteProtectedBranch: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform push_to_delete_protected_branch on this resource

  40. def readCommitStatus: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform read_commit_status on this resource

  41. def readCycleAnalytics: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform read_cycle_analytics on this resource

  42. def readDesign: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform read_design on this resource

  43. def readMergeRequest: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform read_merge_request on this resource

  44. def readPagesContent: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform read_pages_content on this resource

  45. def readProject: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform read_project on this resource

  46. def readProjectMember: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform read_project_member on this resource

  47. def readWiki: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform read_wiki on this resource

  48. def removeForkProject: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform remove_fork_project on this resource

  49. def removePages: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform remove_pages on this resource

  50. def removeProject: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform remove_project on this resource

  51. def renameProject: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform rename_project on this resource

  52. def requestAccess: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform request_access on this resource

  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. def updatePages: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform update_pages on this resource

  56. def updateWiki: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform update_wiki on this resource

  57. def uploadFile: SelectionBuilder[ProjectPermissions, Boolean]

    Indicates the user can perform upload_file on this resource

  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped