Class

com.codacy.client.bitbucket.v2.service

RepositoryServices

Related Doc: package service

Permalink

class RepositoryServices extends AnyRef

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

Instance Constructors

  1. new RepositoryServices(client: BitbucketClient)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createKey(username: String, repositorySlug: String, key: String, label: String = "Codacy Key"): RequestResponse[DeployKey]

    Permalink
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getRepositories(ownerInfo: OwnerInfo, pageLength: Option[Int] = Option(DEFAULT_PAGE_LENGTH), userRole: Option[Role] = None, pageRequest: Option[PageRequest] = None, sortBy: Option[String] = Option("-updated_on"), repositorySlug: Option[String] = None): RequestResponse[Seq[Repository]]

    Permalink

    Gets the list of the user's repositories.

    Gets the list of the user's repositories. Private repositories only appear on this list if the caller is authenticated and is authorized to view the repository.

    ownerInfo

    The username or the UUID of the account surrounded by curly-braces

    pageLength

    The number of items of the page to be returned, if None defaults to 100

    userRole

    The role of the user to filter the repositories

    pageRequest

    The cursor to get a page of repositories

    sortBy

    The name of the field to sort the repositories. By default it is done in ascending order and it should be used an hyphen to reverse the order. Also, by default is ordered by last updated date

    repositorySlug

    The slug of the repository to search the repository. It finds any case-insensitive text that contains this string

    returns

    a RequestResponse with a sequence of repositories

  12. def getRepository(workspace: String, repositorySlug: String): RequestResponse[Repository]

    Permalink

    Retrieve the repository matching the supplied owner and repositorySlug.

    Retrieve the repository matching the supplied owner and repositorySlug.

    workspace

    The workspace ID (slug) or the workspace UUID surrounded by curly-braces.

    repositorySlug

    The repository slug or the UUID of the repository surrounded by curly-braces

    returns

    A RequestResponse with the repository data

  13. def getRepositoryBranchRestrictions(username: String, repositorySlug: String, pageRequest: Option[PageRequest] = None): RequestResponse[Seq[BranchRestriction]]

    Permalink

    Retrieve the branch restrictions for the supplied username and repositorySlug.

    Retrieve the branch restrictions for the supplied username and repositorySlug.

    username

    The username or the UUID of the account surrounded by curly-braces

    repositorySlug

    The repository slug or the UUID of the repository surrounded by curly-braces

    pageRequest

    The pagination request with cursor information

    returns

    A RequestResponse with the branch restrictions for the repository

  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped