Interface Bitbucket

    • Method Detail

      • getUser

        BitbucketAccount getUser​(String name)
        Returns an account resource for a user.
        Parameters:
        name - the name of a user
        Returns:
        an account resource for a user
      • getTeam

        BitbucketAccount getTeam​(String name)
        Returns an account resource for a team.
        Parameters:
        name - the name of a team
        Returns:
        an account resource for a team
      • getRepository

        BitbucketRepository getRepository​(String ownerName,
                                          String name)
        Returns a repository resource for a repository.
        Parameters:
        ownerName - the owner name of a repository
        name - the name of a repository
        Returns:
        a repository resource for a repository