Serialized Form

  • Package com.atlassian.bitbucket.auth

    • Exception com.atlassian.bitbucket.auth.AuthenticationException

      class AuthenticationException extends com.atlassian.bitbucket.ServiceException implements Serializable
    • Exception com.atlassian.bitbucket.auth.AuthenticationRequiredException

      class AuthenticationRequiredException extends com.atlassian.bitbucket.ServiceException implements Serializable
      • Serialized Fields

        • applicationName
          String applicationName
        • authenticationUri
          URI authenticationUri
    • Exception com.atlassian.bitbucket.auth.AuthenticationSystemException

      class AuthenticationSystemException extends com.atlassian.bitbucket.auth.AuthenticationException implements Serializable
    • Exception com.atlassian.bitbucket.auth.CaptchaAuthenticationException

      class CaptchaAuthenticationException extends com.atlassian.bitbucket.auth.AuthenticationException implements Serializable
      serialVersionUID:
      6669766974321704553L
    • Exception com.atlassian.bitbucket.auth.CaptchaRequiredAuthenticationException

      class CaptchaRequiredAuthenticationException extends com.atlassian.bitbucket.auth.CaptchaAuthenticationException implements Serializable
    • Exception com.atlassian.bitbucket.auth.ExpiredAuthenticationException

      class ExpiredAuthenticationException extends com.atlassian.bitbucket.auth.AuthenticationException implements Serializable
    • Exception com.atlassian.bitbucket.auth.ExpiredPasswordAuthenticationException

      class ExpiredPasswordAuthenticationException extends com.atlassian.bitbucket.auth.AuthenticationException implements Serializable
    • Exception com.atlassian.bitbucket.auth.InactiveUserAuthenticationException

      class InactiveUserAuthenticationException extends com.atlassian.bitbucket.auth.AuthenticationException implements Serializable
    • Exception com.atlassian.bitbucket.auth.IncorrectCaptchaAuthenticationException

      class IncorrectCaptchaAuthenticationException extends com.atlassian.bitbucket.auth.CaptchaAuthenticationException implements Serializable
    • Exception com.atlassian.bitbucket.auth.IncorrectPasswordAuthenticationException

      class IncorrectPasswordAuthenticationException extends com.atlassian.bitbucket.auth.AuthenticationException implements Serializable
    • Exception com.atlassian.bitbucket.auth.NoAccessAuthenticationException

      class NoAccessAuthenticationException extends com.atlassian.bitbucket.auth.AuthenticationException implements Serializable
    • Exception com.atlassian.bitbucket.auth.SshAuthenticationExpiredKeyException

      class SshAuthenticationExpiredKeyException extends com.atlassian.bitbucket.auth.AuthenticationException implements Serializable
    • Exception com.atlassian.bitbucket.auth.SshAuthenticationInsecureKeyException

      class SshAuthenticationInsecureKeyException extends com.atlassian.bitbucket.auth.AuthenticationException implements Serializable
  • Package com.atlassian.bitbucket.comment

    • Exception com.atlassian.bitbucket.comment.CommentDeletionException

      class CommentDeletionException extends com.atlassian.bitbucket.IntegrityException implements Serializable
    • Exception com.atlassian.bitbucket.comment.CommentOutOfDateException

      class CommentOutOfDateException extends com.atlassian.bitbucket.EntityOutOfDateException implements Serializable
      serialVersionUID:
      2L
    • Exception com.atlassian.bitbucket.comment.NoSuchCommentException

      class NoSuchCommentException extends com.atlassian.bitbucket.NoSuchEntityException implements Serializable
      serialVersionUID:
      1L
  • Package com.atlassian.bitbucket.filestore

  • Package com.atlassian.bitbucket.hook.repository

    • Exception com.atlassian.bitbucket.hook.repository.RepositoryHookVetoedException

      class RepositoryHookVetoedException extends com.atlassian.bitbucket.ServiceException implements Serializable
      • Serialized Fields

        • request
          com.atlassian.bitbucket.hook.repository.RepositoryHookRequest request
        • vetoes
          List<com.atlassian.bitbucket.hook.repository.RepositoryHookVeto> vetoes
  • Package com.atlassian.bitbucket.idx

    • Exception com.atlassian.bitbucket.idx.CommitIndexingException

      class CommitIndexingException extends com.atlassian.bitbucket.ServiceException implements Serializable
  • Package com.atlassian.bitbucket.migration

    • Exception com.atlassian.bitbucket.migration.CanceledMigrationException

      class CanceledMigrationException extends com.atlassian.bitbucket.ServiceException implements Serializable
    • Exception com.atlassian.bitbucket.migration.ExportException

      class ExportException extends com.atlassian.bitbucket.migration.MigrationException implements Serializable
    • Exception com.atlassian.bitbucket.migration.ImportException

      class ImportException extends com.atlassian.bitbucket.migration.MigrationException implements Serializable
    • Exception com.atlassian.bitbucket.migration.InsufficientDiskSpaceException

      class InsufficientDiskSpaceException extends com.atlassian.bitbucket.ServiceException implements Serializable
    • Exception com.atlassian.bitbucket.migration.MaxConcurrentMigrationJobsException

      class MaxConcurrentMigrationJobsException extends com.atlassian.bitbucket.migration.MigrationException implements Serializable
    • Exception com.atlassian.bitbucket.migration.MigrationException

      class MigrationException extends com.atlassian.bitbucket.ServiceException implements Serializable
      • Serialized Fields

  • Package com.atlassian.bitbucket.permission

    • Exception com.atlassian.bitbucket.permission.PermissionGrantCanceledException

      class PermissionGrantCanceledException extends com.atlassian.bitbucket.RequestCanceledException implements Serializable
    • Exception com.atlassian.bitbucket.permission.PermissionModificationCanceledException

      class PermissionModificationCanceledException extends com.atlassian.bitbucket.RequestCanceledException implements Serializable
    • Exception com.atlassian.bitbucket.permission.PermissionRevocationCanceledException

      class PermissionRevocationCanceledException extends com.atlassian.bitbucket.RequestCanceledException implements Serializable
  • Package com.atlassian.bitbucket.pull

    • Exception com.atlassian.bitbucket.pull.DuplicatePullRequestException

      class DuplicatePullRequestException extends com.atlassian.bitbucket.IntegrityException implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • pullRequest
          com.atlassian.bitbucket.pull.PullRequest pullRequest
    • Exception com.atlassian.bitbucket.pull.EmptyPullRequestException

      class EmptyPullRequestException extends com.atlassian.bitbucket.IntegrityException implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • fromRef
          com.atlassian.bitbucket.pull.PullRequestRef fromRef
        • toRef
          com.atlassian.bitbucket.pull.PullRequestRef toRef
    • Exception com.atlassian.bitbucket.pull.IllegalPullRequestSearchRequestException

      class IllegalPullRequestSearchRequestException extends com.atlassian.bitbucket.validation.ArgumentValidationException implements Serializable
    • Exception com.atlassian.bitbucket.pull.IllegalPullRequestStateException

      class IllegalPullRequestStateException extends com.atlassian.bitbucket.IllegalEntityStateException implements Serializable
    • Exception com.atlassian.bitbucket.pull.InvalidPullRequestParticipantException

      class InvalidPullRequestParticipantException extends com.atlassian.bitbucket.IntegrityException implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • role
          com.atlassian.bitbucket.pull.PullRequestRole role
    • Exception com.atlassian.bitbucket.pull.InvalidPullRequestParticipantsException

      class InvalidPullRequestParticipantsException extends com.atlassian.bitbucket.pull.InvalidPullRequestParticipantException implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • errorsByParticipantName
          Map<String,com.atlassian.bitbucket.i18n.KeyedMessage> errorsByParticipantName
        • validParticipants
          Set<com.atlassian.bitbucket.user.ApplicationUser> validParticipants
    • Exception com.atlassian.bitbucket.pull.InvalidPullRequestReviewersException

      class InvalidPullRequestReviewersException extends com.atlassian.bitbucket.pull.InvalidPullRequestParticipantsException implements Serializable
      serialVersionUID:
      1L
    • Exception com.atlassian.bitbucket.pull.InvalidPullRequestRoleException

      class InvalidPullRequestRoleException extends com.atlassian.bitbucket.validation.ArgumentValidationException implements Serializable
      serialVersionUID:
      1L
    • Exception com.atlassian.bitbucket.pull.InvalidPullRequestTargetException

      class InvalidPullRequestTargetException extends com.atlassian.bitbucket.IntegrityException implements Serializable
      serialVersionUID:
      1L
    • Exception com.atlassian.bitbucket.pull.NoSuchParticipantException

      class NoSuchParticipantException extends com.atlassian.bitbucket.NoSuchEntityException implements Serializable
      serialVersionUID:
      1L
    • Exception com.atlassian.bitbucket.pull.NoSuchPullRequestException

      class NoSuchPullRequestException extends com.atlassian.bitbucket.NoSuchEntityException implements Serializable
      serialVersionUID:
      1L
    • Exception com.atlassian.bitbucket.pull.NoSuchPullRequestReviewException

      class NoSuchPullRequestReviewException extends com.atlassian.bitbucket.NoSuchEntityException implements Serializable
    • Exception com.atlassian.bitbucket.pull.PullRequestDeletionCanceledException

      class PullRequestDeletionCanceledException extends com.atlassian.bitbucket.RequestCanceledException implements Serializable
    • Exception com.atlassian.bitbucket.pull.PullRequestDeletionDisabledException

      class PullRequestDeletionDisabledException extends com.atlassian.bitbucket.FeatureDisabledException implements Serializable
      • Serialized Fields

        • pullRequest
          com.atlassian.bitbucket.pull.PullRequest pullRequest
    • Exception com.atlassian.bitbucket.pull.PullRequestMergeVetoedException

      class PullRequestMergeVetoedException extends com.atlassian.bitbucket.ServiceException implements Serializable
      • Serialized Fields

        • conflicted
          boolean conflicted
        • vetoes
          Collection<com.atlassian.bitbucket.pull.PullRequestMergeVeto> vetoes
    • Exception com.atlassian.bitbucket.pull.PullRequestOpenCanceledException

      class PullRequestOpenCanceledException extends com.atlassian.bitbucket.RequestCanceledException implements Serializable
    • Exception com.atlassian.bitbucket.pull.PullRequestOutOfDateException

      class PullRequestOutOfDateException extends com.atlassian.bitbucket.EntityOutOfDateException implements Serializable
      serialVersionUID:
      2L
      • Serialized Fields

        • pullRequest
          com.atlassian.bitbucket.pull.PullRequest pullRequest
    • Class com.atlassian.bitbucket.pull.SimpleRescopeDetails

      class SimpleRescopeDetails extends Object implements Serializable
      • Serialized Fields

        • commits
          List<com.atlassian.bitbucket.commit.Commit> commits
        • total
          int total
    • Exception com.atlassian.bitbucket.pull.UnmodifiablePullRequestRoleException

      class UnmodifiablePullRequestRoleException extends com.atlassian.bitbucket.validation.ArgumentValidationException implements Serializable
  • Package com.atlassian.bitbucket.repository

    • Exception com.atlassian.bitbucket.repository.ArchiveRepositoryFailedException

      class ArchiveRepositoryFailedException extends com.atlassian.bitbucket.ServiceException implements Serializable
    • Exception com.atlassian.bitbucket.repository.ConflictingRefNameException

      class ConflictingRefNameException extends com.atlassian.bitbucket.repository.InvalidRefNameException implements Serializable
    • Exception com.atlassian.bitbucket.repository.DuplicateRefException

      class DuplicateRefException extends com.atlassian.bitbucket.IntegrityException implements Serializable
      • Serialized Fields

    • Exception com.atlassian.bitbucket.repository.EmptyRepositoryException

      class EmptyRepositoryException extends com.atlassian.bitbucket.repository.IllegalRepositoryStateException implements Serializable
    • Exception com.atlassian.bitbucket.repository.ForkingDisabledException

      class ForkingDisabledException extends com.atlassian.bitbucket.FeatureDisabledException implements Serializable
      • Serialized Fields

        • repository
          com.atlassian.bitbucket.repository.Repository repository
    • Exception com.atlassian.bitbucket.repository.IllegalRepositoryStateException

      class IllegalRepositoryStateException extends com.atlassian.bitbucket.IllegalEntityStateException implements Serializable
    • Exception com.atlassian.bitbucket.repository.InvalidAuthorException

      class InvalidAuthorException extends com.atlassian.bitbucket.validation.ArgumentValidationException implements Serializable
    • Exception com.atlassian.bitbucket.repository.InvalidRefNameException

      class InvalidRefNameException extends com.atlassian.bitbucket.InvalidNameException implements Serializable
      • Serialized Fields

    • Exception com.atlassian.bitbucket.repository.NoDefaultBranchException

      class NoDefaultBranchException extends com.atlassian.bitbucket.NoSuchEntityException implements Serializable
      • Serialized Fields

        • branchName
          String branchName
        • repositoryName
          String repositoryName
    • Exception com.atlassian.bitbucket.repository.NoSuchBranchException

      class NoSuchBranchException extends com.atlassian.bitbucket.NoSuchEntityException implements Serializable
      • Serialized Fields

    • Exception com.atlassian.bitbucket.repository.NoSuchRepositoryException

      class NoSuchRepositoryException extends com.atlassian.bitbucket.NoSuchEntityException implements Serializable
      serialVersionUID:
      -1877441431309452254L
      • Serialized Fields

        • project
          com.atlassian.bitbucket.project.Project project
    • Exception com.atlassian.bitbucket.repository.NoSuchTagException

      class NoSuchTagException extends com.atlassian.bitbucket.NoSuchEntityException implements Serializable
      • Serialized Fields

    • Exception com.atlassian.bitbucket.repository.PersonalRepositoryDisabledException

      class PersonalRepositoryDisabledException extends com.atlassian.bitbucket.FeatureDisabledException implements Serializable
    • Exception com.atlassian.bitbucket.repository.RepositoryAlreadyExistsException

      class RepositoryAlreadyExistsException extends com.atlassian.bitbucket.repository.IllegalRepositoryStateException implements Serializable
      • Serialized Fields

        • repositoryDir
          Path repositoryDir
    • Exception com.atlassian.bitbucket.repository.RepositoryArchivedException

      class RepositoryArchivedException extends com.atlassian.bitbucket.repository.IllegalRepositoryStateException implements Serializable
    • Exception com.atlassian.bitbucket.repository.RepositoryCreationCanceledException

      class RepositoryCreationCanceledException extends com.atlassian.bitbucket.RequestCanceledException implements Serializable
    • Exception com.atlassian.bitbucket.repository.RepositoryDeletionCanceledException

      class RepositoryDeletionCanceledException extends com.atlassian.bitbucket.RequestCanceledException implements Serializable
    • Exception com.atlassian.bitbucket.repository.RepositoryForkCanceledException

      class RepositoryForkCanceledException extends com.atlassian.bitbucket.repository.RepositoryCreationCanceledException implements Serializable
    • Exception com.atlassian.bitbucket.repository.RepositoryModificationCanceledException

      class RepositoryModificationCanceledException extends com.atlassian.bitbucket.RequestCanceledException implements Serializable
    • Exception com.atlassian.bitbucket.repository.RepositoryMovedException

      class RepositoryMovedException extends com.atlassian.bitbucket.EntityMovedException implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • oldProjectKey
          String oldProjectKey
        • oldSlug
          String oldSlug
        • repository
          com.atlassian.bitbucket.repository.Repository repository
    • Exception com.atlassian.bitbucket.repository.RepositoryOfflineException

      class RepositoryOfflineException extends com.atlassian.bitbucket.repository.IllegalRepositoryStateException implements Serializable
      • Serialized Fields

        • detailedMessage
          com.atlassian.bitbucket.i18n.KeyedMessage detailedMessage
    • Exception com.atlassian.bitbucket.repository.RepositoryOperationException

      class RepositoryOperationException extends com.atlassian.bitbucket.ServiceException implements Serializable
      serialVersionUID:
      -7074429625547707414L
    • Exception com.atlassian.bitbucket.repository.RepositoryReadOnlyException

      class RepositoryReadOnlyException extends com.atlassian.bitbucket.repository.IllegalRepositoryStateException implements Serializable
  • Package com.atlassian.bitbucket.scm

    • Exception com.atlassian.bitbucket.scm.AuthenticationFailedScmException

      class AuthenticationFailedScmException extends com.atlassian.bitbucket.scm.ScmException implements Serializable
    • Exception com.atlassian.bitbucket.scm.CommandCanceledException

      class CommandCanceledException extends com.atlassian.bitbucket.scm.CommandException implements Serializable
    • Exception com.atlassian.bitbucket.scm.CommandException

      class CommandException extends com.atlassian.bitbucket.ServiceException implements Serializable
    • Exception com.atlassian.bitbucket.scm.CommandFailedException

      class CommandFailedException extends com.atlassian.bitbucket.scm.CommandException implements Serializable
    • Exception com.atlassian.bitbucket.scm.CommandSetupException

      class CommandSetupException extends com.atlassian.bitbucket.scm.CommandException implements Serializable
    • Exception com.atlassian.bitbucket.scm.CommandTimeoutException

      class CommandTimeoutException extends com.atlassian.bitbucket.scm.CommandException implements Serializable
    • Exception com.atlassian.bitbucket.scm.CommandUsageException

      class CommandUsageException extends com.atlassian.bitbucket.scm.CommandFailedException implements Serializable
      • Serialized Fields

    • Exception com.atlassian.bitbucket.scm.FeatureUnsupportedScmException

      class FeatureUnsupportedScmException extends com.atlassian.bitbucket.scm.ScmException implements Serializable
      • Serialized Fields

        • feature
          com.atlassian.bitbucket.scm.ScmFeature feature
    • Exception com.atlassian.bitbucket.scm.IncompleteScmException

      class IncompleteScmException extends com.atlassian.bitbucket.scm.ScmException implements Serializable
    • Exception com.atlassian.bitbucket.scm.MergeException

      class MergeException extends com.atlassian.bitbucket.scm.ScmException implements Serializable
      • Serialized Fields

        • conflicted
          boolean conflicted
        • from
          String from
        • repository
          com.atlassian.bitbucket.repository.Repository repository
        • to
          String to
    • Exception com.atlassian.bitbucket.scm.NotAuthorizedScmException

      class NotAuthorizedScmException extends com.atlassian.bitbucket.scm.ScmException implements Serializable
    • Exception com.atlassian.bitbucket.scm.ProcessFailedException

      class ProcessFailedException extends com.atlassian.bitbucket.scm.CommandFailedException implements Serializable
      • Serialized Fields

        • exitCode
          int exitCode
    • Exception com.atlassian.bitbucket.scm.ScmException

      class ScmException extends com.atlassian.bitbucket.ServiceException implements Serializable
      • Serialized Fields

    • Exception com.atlassian.bitbucket.scm.UnavailableScmException

      class UnavailableScmException extends com.atlassian.bitbucket.scm.ScmException implements Serializable
    • Exception com.atlassian.bitbucket.scm.UnsupportedScmException

      class UnsupportedScmException extends com.atlassian.bitbucket.scm.ScmException implements Serializable
    • Exception com.atlassian.bitbucket.scm.UnsupportedScmTypeException

      class UnsupportedScmTypeException extends com.atlassian.bitbucket.ServiceException implements Serializable
      serialVersionUID:
      8070423754089660268L
  • Package com.atlassian.bitbucket.scm.event

  • Package com.atlassian.bitbucket.scm.mirror

    • Exception com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandFailedException

      class MirrorUpdateRefsCommandFailedException extends com.atlassian.bitbucket.scm.CommandFailedException implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • failedChanges
          List<com.atlassian.bitbucket.repository.RefChange> failedChanges
  • Package com.atlassian.bitbucket.settingsrestriction

    • Exception com.atlassian.bitbucket.settingsrestriction.UnprocessedProjectSettingsRestrictionException

      class UnprocessedProjectSettingsRestrictionException extends com.atlassian.bitbucket.IllegalEntityStateException implements Serializable
      • Serialized Fields

        • projectSettingsRestriction
          com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestriction projectSettingsRestriction
    • Exception com.atlassian.bitbucket.settingsrestriction.UnsupportedPersonalProjectException

      class UnsupportedPersonalProjectException extends IllegalArgumentException implements Serializable
      • Serialized Fields

        • project
          com.atlassian.bitbucket.project.Project project
  • Package com.atlassian.bitbucket.user

    • Exception com.atlassian.bitbucket.user.IllegalUserStateException

      class IllegalUserStateException extends com.atlassian.bitbucket.IllegalEntityStateException implements Serializable
    • Exception com.atlassian.bitbucket.user.InvalidPasswordResetTokenException

      class InvalidPasswordResetTokenException extends com.atlassian.bitbucket.ServiceException implements Serializable
      serialVersionUID:
      -7536919130914523290L
    • Exception com.atlassian.bitbucket.user.NoSuchGroupException

      class NoSuchGroupException extends com.atlassian.bitbucket.NoSuchEntityException implements Serializable
      • Serialized Fields

    • Exception com.atlassian.bitbucket.user.NoSuchUserException

      class NoSuchUserException extends com.atlassian.bitbucket.NoSuchEntityException implements Serializable
      • Serialized Fields

    • Exception com.atlassian.bitbucket.user.UserErasureException

      class UserErasureException extends com.atlassian.bitbucket.ServiceException implements Serializable
  • Package com.atlassian.bitbucket.util

    • Exception com.atlassian.bitbucket.util.PageStartOutOfBoundsException

      class PageStartOutOfBoundsException extends com.atlassian.bitbucket.ServiceException implements Serializable
      serialVersionUID:
      -7074429625547707414L
    • Class com.atlassian.bitbucket.util.ProgressImpl

      class ProgressImpl extends Object implements Serializable
      • Serialized Fields

        • message
          String message
        • percentage
          int percentage