Interface BitbucketAccount

    • Method Detail

      • getType

        String getType()
        Return the type of the account.
        Returns:
        the type of the account
      • getName

        String getName()
        Returns the name of the account. This property identifies the account.
        Returns:
        the name of the account
      • getUUID

        UUID getUUID()
        Returns the UUID of the account.
        Returns:
        the UUID of the account
      • getDisplayName

        String getDisplayName()
        Returns the display name of the account.
        Returns:
        the display name of the account
      • getWebsite

        String getWebsite()
        Returns the website URI of the account.
        Returns:
        the website URI of the account
      • getLocation

        String getLocation()
        Returns the location of the account.
        Returns:
        the location of the account
      • getCreated

        Instant getCreated()
        Returns the date and time when the account was created.
        Returns:
        the date and time when the account was created
      • getRepository

        BitbucketRepository getRepository​(String name)
        Returns a repository owned by the account.
        Parameters:
        name - the name of a repository
        Returns:
        a repository owned by the account if one was found; null otherwise