Uses of Class
com.atlassian.bitbucket.i18n.KeyedMessage
Packages that use KeyedMessage
Package
Description
-
Uses of KeyedMessage in com.atlassian.bitbucket
Methods in com.atlassian.bitbucket that return KeyedMessageMethods in com.atlassian.bitbucket that return types with arguments of type KeyedMessageConstructors in com.atlassian.bitbucket with parameters of type KeyedMessageModifierConstructorDescriptionAuthorisationException
(KeyedMessage message) AuthorisationException
(KeyedMessage message, Throwable cause) DataStoreException
(KeyedMessage message) DataStoreException
(KeyedMessage message, Throwable cause) EntityMovedException
(KeyedMessage message) EntityMovedException
(KeyedMessage message, Throwable cause) EntityOutOfDateException
(KeyedMessage message, int expectedVersion, int currentVersion) EntityOutOfDateException
(KeyedMessage message, Throwable cause) EntityOutOfDateException
(KeyedMessage message, Throwable cause, int expectedVersion, int currentVersion) FeatureDisabledException
(KeyedMessage message) ForbiddenException
(KeyedMessage message) IllegalEntityStateException
(KeyedMessage message) IllegalEntityStateException
(KeyedMessage message, Throwable cause) IntegrityException
(KeyedMessage message) IntegrityException
(KeyedMessage message, Throwable cause) InvalidNameException
(KeyedMessage message) NoSuchEntityException
(KeyedMessage message) NoSuchEntityException
(KeyedMessage message, Throwable cause) NoSuchObjectException
(KeyedMessage keyedMessage, String object) NoSuchObjectException
(KeyedMessage keyedMessage, String object, Throwable cause) NoSuchResourceException
(KeyedMessage message, String resourceName) RequestCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) ResourceBusyException
(KeyedMessage message, String resourceName) ServerException
(KeyedMessage message) ServerException
(KeyedMessage message, Throwable cause) ServiceException
(KeyedMessage message) ServiceException
(KeyedMessage message, Throwable cause) Constructor parameters in com.atlassian.bitbucket with type arguments of type KeyedMessageModifierConstructorDescriptionRequestCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) -
Uses of KeyedMessage in com.atlassian.bitbucket.attachment
Constructors in com.atlassian.bitbucket.attachment with parameters of type KeyedMessageModifierConstructorDescriptionAttachmentDeletionCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) AttachmentException
(KeyedMessage message) AttachmentException
(KeyedMessage message, Throwable cause) AttachmentMetadataException
(KeyedMessage message) AttachmentMetadataException
(KeyedMessage message, Throwable cause) AttachmentSaveCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) AttachmentStoreException
(KeyedMessage message, Throwable cause) InvalidAttachmentMetadataException
(KeyedMessage message, Throwable cause) Constructor parameters in com.atlassian.bitbucket.attachment with type arguments of type KeyedMessageModifierConstructorDescriptionAttachmentDeletionCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) AttachmentSaveCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) -
Uses of KeyedMessage in com.atlassian.bitbucket.auth
Constructors in com.atlassian.bitbucket.auth with parameters of type KeyedMessageModifierConstructorDescriptionAuthenticationException
(KeyedMessage message) AuthenticationException
(KeyedMessage message, Throwable cause) AuthenticationRequiredException
(KeyedMessage message, Throwable cause, URI authenticationUri, String applicationName) AuthenticationRequiredException
(KeyedMessage message, URI authenticationUri, String applicationName) AuthenticationSystemException
(KeyedMessage message, Throwable cause) ExpiredAuthenticationException
(KeyedMessage message, Throwable cause) SshAuthenticationExpiredKeyException
(KeyedMessage message, Throwable cause) SshAuthenticationInsecureKeyException
(KeyedMessage message, Throwable cause) -
Uses of KeyedMessage in com.atlassian.bitbucket.avatar
Constructors in com.atlassian.bitbucket.avatar with parameters of type KeyedMessageModifierConstructorDescriptionprotected
AvatarException
(KeyedMessage message) protected
AvatarException
(KeyedMessage message, Throwable cause) AvatarLoadException
(KeyedMessage message) AvatarLoadException
(KeyedMessage message, Throwable cause) AvatarResizeException
(KeyedMessage message) AvatarResizeException
(KeyedMessage message, Throwable cause) AvatarStoreException
(KeyedMessage message) AvatarStoreException
(KeyedMessage message, Throwable cause) NoSuchAvatarException
(KeyedMessage message, String id) UnsupportedAvatarException
(KeyedMessage message) -
Uses of KeyedMessage in com.atlassian.bitbucket.comment
Constructors in com.atlassian.bitbucket.comment with parameters of type KeyedMessageModifierConstructorDescriptionCommentDeletionException
(KeyedMessage message) CommentOutOfDateException
(KeyedMessage message, int expectedVersion, int currentVersion) CommentOutOfDateException
(KeyedMessage message, Throwable cause) CommentOutOfDateException
(KeyedMessage message, Throwable cause, int expectedVersion, int currentVersion) NoSuchCommentException
(KeyedMessage message) -
Uses of KeyedMessage in com.atlassian.bitbucket.commit
Constructors in com.atlassian.bitbucket.commit with parameters of type KeyedMessage -
Uses of KeyedMessage in com.atlassian.bitbucket.content
Constructors in com.atlassian.bitbucket.content with parameters of type KeyedMessageModifierConstructorDescriptionEditFileFailedException
(KeyedMessage message) EditFileFailedException
(KeyedMessage message, Throwable cause) FileAlreadyExistsException
(KeyedMessage message) FileOutOfDateException
(KeyedMessage message) FileTranscodingException
(KeyedMessage message, Throwable cause) NoSuchPathException
(KeyedMessage keyedMessage, String path, String atObject) NoSuchPathException
(KeyedMessage keyedMessage, String path, String atObject, Throwable cause) -
Uses of KeyedMessage in com.atlassian.bitbucket.event.attachment
Methods in com.atlassian.bitbucket.event.attachment with parameters of type KeyedMessageModifier and TypeMethodDescriptionvoid
AttachmentDeletionRequestedEvent.cancel
(KeyedMessage message) Cancels attachment deletion, providing a message explaining why.void
AttachmentSaveRequestedEvent.cancel
(KeyedMessage message) Cancels attachment addition, providing a message explaining why. -
Uses of KeyedMessage in com.atlassian.bitbucket.event.commit
Methods in com.atlassian.bitbucket.event.commit with parameters of type KeyedMessageModifier and TypeMethodDescriptionvoid
CommitDiscussionCancelableCommentEvent.cancel
(KeyedMessage message) -
Uses of KeyedMessage in com.atlassian.bitbucket.event.permission
Methods in com.atlassian.bitbucket.event.permission with parameters of type KeyedMessageModifier and TypeMethodDescriptionvoid
GlobalPermissionGrantRequestedEvent.cancel
(KeyedMessage message) void
GlobalPermissionModificationRequestedEvent.cancel
(KeyedMessage message) void
GlobalPermissionRevocationRequestedEvent.cancel
(KeyedMessage message) void
ProjectPermissionGrantRequestedEvent.cancel
(KeyedMessage message) void
ProjectPermissionModificationRequestedEvent.cancel
(KeyedMessage message) void
ProjectPermissionRevocationRequestedEvent.cancel
(KeyedMessage message) void
RepositoryPermissionGrantRequestedEvent.cancel
(KeyedMessage message) void
RepositoryPermissionModificationRequestedEvent.cancel
(KeyedMessage message) void
RepositoryPermissionRevocationRequestedEvent.cancel
(KeyedMessage message) -
Uses of KeyedMessage in com.atlassian.bitbucket.event.project
Methods in com.atlassian.bitbucket.event.project with parameters of type KeyedMessageModifier and TypeMethodDescriptionvoid
ProjectCreationRequestedEvent.cancel
(KeyedMessage message) Cancels project creation, providing a message explaining why.void
ProjectDeletionRequestedEvent.cancel
(KeyedMessage message) Cancels project deletion, providing a message explaining why.void
ProjectModificationRequestedEvent.cancel
(KeyedMessage message) Cancels project modification, providing a message explaining why. -
Uses of KeyedMessage in com.atlassian.bitbucket.event.pull
Methods in com.atlassian.bitbucket.event.pull with parameters of type KeyedMessageModifier and TypeMethodDescriptionvoid
PullRequestCancelableCommentEvent.cancel
(KeyedMessage message) void
PullRequestDeletionRequestedEvent.cancel
(KeyedMessage message) Cancels pull request deletion, providing a message explaining why.void
PullRequestOpenRequestedEvent.cancel
(KeyedMessage message) Cancels pull request creation, providing a message explaining why. -
Uses of KeyedMessage in com.atlassian.bitbucket.event.repository
Methods in com.atlassian.bitbucket.event.repository with parameters of type KeyedMessageModifier and TypeMethodDescriptionvoid
RepositoryCreationRequestedEvent.cancel
(KeyedMessage message) Cancels repository creation, providing a message explaining why.void
RepositoryDeletionRequestedEvent.cancel
(KeyedMessage message) Cancels repository deletion, providing a message explaining why.void
RepositoryModificationRequestedEvent.cancel
(KeyedMessage message) Cancels repository modification, providing a message explaining why. -
Uses of KeyedMessage in com.atlassian.bitbucket.filestore
Constructors in com.atlassian.bitbucket.filestore with parameters of type KeyedMessageModifierConstructorDescriptionFileStoreException
(KeyedMessage message) FileStoreException
(KeyedMessage message, Throwable cause) -
Uses of KeyedMessage in com.atlassian.bitbucket.hook.repository
Constructors in com.atlassian.bitbucket.hook.repository with parameters of type KeyedMessageModifierConstructorDescriptionRepositoryHookVetoedException
(KeyedMessage message, RepositoryHookRequest request, List<RepositoryHookVeto> vetoes) -
Uses of KeyedMessage in com.atlassian.bitbucket.hook.script
Constructors in com.atlassian.bitbucket.hook.script with parameters of type KeyedMessageModifierConstructorDescriptionHookScriptException
(KeyedMessage message) HookScriptException
(KeyedMessage message, Throwable cause) HookScriptOutOfDateException
(KeyedMessage message, int expectedVersion, int currentVersion) HookScriptOutOfDateException
(KeyedMessage message, Throwable cause) HookScriptSizeExceededException
(KeyedMessage message, int maxSize, int size) HookScriptStoreException
(KeyedMessage message) HookScriptStoreException
(KeyedMessage message, Throwable cause) NoSuchHookScriptException
(KeyedMessage message, long id) -
Uses of KeyedMessage in com.atlassian.bitbucket.i18n
Methods in com.atlassian.bitbucket.i18n that return KeyedMessageModifier and TypeMethodDescriptionI18nService.createKeyedMessage
(String key, Object... arguments) Given a property key and a list of arguments, it returns: aKeyedMessage
that composes the localized and formatted message for the current locale, the localized and formatted message for the root locale and the original key for the message.I18nService.getKeyedText
(I18nKey i18nKey) Given anI18nKey
it returns: aKeyedMessage
that composes the localized and formatted message for the current locale, the localized and formatted message for the root locale and the original key for the message.I18nService.getKeyedText
(String key, String fallbackMessage, Object... arguments) Given a property key, a fallback message and a list of arguments, it returns: aKeyedMessage
that composes the localized and formatted message for the current locale, the localized and formatted message for the root locale and the original key for the message. -
Uses of KeyedMessage in com.atlassian.bitbucket.idx
Constructors in com.atlassian.bitbucket.idx with parameters of type KeyedMessageModifierConstructorDescriptionCommitIndexingException
(KeyedMessage message) CommitIndexingException
(KeyedMessage message, Throwable cause) -
Uses of KeyedMessage in com.atlassian.bitbucket.label
Constructors in com.atlassian.bitbucket.label with parameters of type KeyedMessageModifierConstructorDescriptionAlreadyLabeledException
(KeyedMessage message, Label label, Labelable labelable) ApplyLabelException
(KeyedMessage message) InvalidLabelException
(KeyedMessage message, String labelName) LabelExistsException
(KeyedMessage message, Label label) NoSuchLabelException
(KeyedMessage message, String labelName) -
Uses of KeyedMessage in com.atlassian.bitbucket.license
Methods in com.atlassian.bitbucket.license that return KeyedMessageModifier and TypeMethodDescriptionLicenseService.getOverLimitMessage()
Get a message if the license is over its limitsLicenseService.getStatus()
Checks both the license validity and its limits.LicenseService.getValidityMessage()
Get a message regarding the validity of the currently configured licenseConstructors in com.atlassian.bitbucket.license with parameters of type KeyedMessageModifierConstructorDescriptionExpiredLicenseException
(KeyedMessage message) InvalidLicenseException
(KeyedMessage message) LicenseException
(KeyedMessage message) LicenseException
(KeyedMessage message, Throwable cause) LicenseLimitException
(KeyedMessage message) LimitExceededException
(KeyedMessage message) -
Uses of KeyedMessage in com.atlassian.bitbucket.mail
Constructors in com.atlassian.bitbucket.mail with parameters of type KeyedMessageModifierConstructorDescriptionMailAddressInvalidException
(KeyedMessage message, Throwable cause) MailAuthenticationException
(KeyedMessage message) MailAuthenticationException
(KeyedMessage message, Throwable cause) MailException
(KeyedMessage message) MailException
(KeyedMessage message, Throwable cause) MailQueueFullException
(KeyedMessage message) MailQueueFullException
(KeyedMessage message, Throwable cause) MailSendException
(KeyedMessage message) MailSendException
(KeyedMessage message, Throwable cause) MailSizeExceededException
(KeyedMessage message, int size, int maxSize) Constructs a newMailSizeExceededException
. -
Uses of KeyedMessage in com.atlassian.bitbucket.markup
Constructors in com.atlassian.bitbucket.markup with parameters of type KeyedMessageModifierConstructorDescriptionRenderException
(KeyedMessage message) RenderException
(KeyedMessage message, Throwable cause) -
Uses of KeyedMessage in com.atlassian.bitbucket.mesh
Constructors in com.atlassian.bitbucket.mesh with parameters of type KeyedMessageModifierConstructorDescriptionInvalidMeshNodeKeyException
(KeyedMessage message) InvalidMeshNodeKeyException
(KeyedMessage message, Throwable cause) InvalidMeshNodeStateException
(KeyedMessage message, Throwable cause) InvalidMeshNodeUrlException
(KeyedMessage message) InvalidMeshNodeUrlException
(KeyedMessage message, Throwable cause) MeshNodeAuthenticationException
(KeyedMessage message, Throwable cause) MeshNodeConnectionException
(KeyedMessage message, Throwable cause) MeshNodeIncompatibleException
(KeyedMessage message, Throwable cause) NoSuchMeshNodeException
(KeyedMessage message) NoSuchMeshNodeException
(KeyedMessage message, Throwable cause) RepositoryInconsistentException
(KeyedMessage message, Throwable cause) -
Uses of KeyedMessage in com.atlassian.bitbucket.migration
Constructors in com.atlassian.bitbucket.migration with parameters of type KeyedMessageModifierConstructorDescriptionExportException
(KeyedMessage message) ExportException
(KeyedMessage message, Object subject) ExportException
(KeyedMessage message, Object subject, Throwable cause) ExportException
(KeyedMessage message, Throwable cause) ImportException
(KeyedMessage message) ImportException
(KeyedMessage message, Object subject) ImportException
(KeyedMessage message, Object subject, Throwable cause) ImportException
(KeyedMessage message, Throwable cause) MaxConcurrentMigrationJobsException
(KeyedMessage message, Throwable cause) protected
MigrationException
(KeyedMessage message, Object subject, Throwable cause) -
Uses of KeyedMessage in com.atlassian.bitbucket.permission
Constructors in com.atlassian.bitbucket.permission with parameters of type KeyedMessageModifierConstructorDescriptionPermissionGrantCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) PermissionModificationCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) PermissionRevocationCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) Constructor parameters in com.atlassian.bitbucket.permission with type arguments of type KeyedMessageModifierConstructorDescriptionPermissionGrantCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) PermissionModificationCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) PermissionRevocationCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) -
Uses of KeyedMessage in com.atlassian.bitbucket.project
Constructors in com.atlassian.bitbucket.project with parameters of type KeyedMessageModifierConstructorDescriptionNoSuchProjectException
(KeyedMessage message) ProjectCreationCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) ProjectDeletionCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) ProjectModificationCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) ProjectMovedException
(Project project, String projectKey, KeyedMessage message) Constructor parameters in com.atlassian.bitbucket.project with type arguments of type KeyedMessageModifierConstructorDescriptionProjectCreationCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) ProjectDeletionCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) ProjectModificationCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) -
Uses of KeyedMessage in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return types with arguments of type KeyedMessageModifier and TypeMethodDescriptionInvalidPullRequestParticipantsException.getErrorsByParticipantName()
InvalidPullRequestReviewersException.getReviewerErrors()
Constructors in com.atlassian.bitbucket.pull with parameters of type KeyedMessageModifierConstructorDescriptionDuplicatePullRequestException
(PullRequest pullRequest, KeyedMessage message) EmptyPullRequestException
(KeyedMessage message, PullRequestRef fromRef, PullRequestRef toRef) InvalidPullRequestParticipantException
(KeyedMessage message, PullRequestRole role) InvalidPullRequestParticipantsException
(KeyedMessage message, PullRequestRole role, Map<String, KeyedMessage> errorsByParticipantName, Set<ApplicationUser> validParticipants) InvalidPullRequestReviewersException
(KeyedMessage message, Map<String, KeyedMessage> reviewerErrorsByName, Set<ApplicationUser> validReviewers) NoSuchParticipantException
(KeyedMessage message) NoSuchPullRequestException
(KeyedMessage message) PullRequestDeletionCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) PullRequestDeletionDisabledException
(KeyedMessage message, PullRequest pullRequest) PullRequestMergeVetoedException
(KeyedMessage message, Collection<PullRequestMergeVeto> vetoes, boolean conflicted) PullRequestOpenCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) PullRequestOutOfDateException
(KeyedMessage message, PullRequest pullRequest, int expectedVersion) Constructs aPullRequestOutOfDateException
, providing the currentPullRequest
and the version that wasexpected
.PullRequestOutOfDateException
(KeyedMessage message, Throwable cause) Constructs aPullRequestOutOfDateException
withunspecified
versions.PullRequestOutOfDateException
(KeyedMessage message, Throwable cause, PullRequest pullRequest, int expectedVersion) Constructs aPullRequestOutOfDateException
, providing the currentPullRequest
and the version that wasexpected
.Constructor parameters in com.atlassian.bitbucket.pull with type arguments of type KeyedMessageModifierConstructorDescriptionInvalidPullRequestParticipantsException
(KeyedMessage message, PullRequestRole role, Map<String, KeyedMessage> errorsByParticipantName, Set<ApplicationUser> validParticipants) InvalidPullRequestReviewersException
(KeyedMessage message, Map<String, KeyedMessage> reviewerErrorsByName, Set<ApplicationUser> validReviewers) PullRequestDeletionCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) PullRequestOpenCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) -
Uses of KeyedMessage in com.atlassian.bitbucket.pull.automerge
Constructors in com.atlassian.bitbucket.pull.automerge with parameters of type KeyedMessageModifierConstructorDescriptionAutoMergeNotRequestedException
(KeyedMessage message, PullRequest pullRequest) AutoMergeSettingNotEnabledException
(KeyedMessage message, PullRequest pullRequest) -
Uses of KeyedMessage in com.atlassian.bitbucket.pull.reviewer
Constructors in com.atlassian.bitbucket.pull.reviewer with parameters of type KeyedMessageModifierConstructorDescriptionDuplicateReviewerGroupException
(KeyedMessage keyedMessage) EmptyReviewerGroupException
(KeyedMessage message) NoSuchReviewerGroupException
(KeyedMessage message, long id) -
Uses of KeyedMessage in com.atlassian.bitbucket.repository
Methods in com.atlassian.bitbucket.repository that return KeyedMessageModifier and TypeMethodDescriptionRepositoryOfflineException.getDetailedMessage()
Returns the detailed message for this exception.Constructors in com.atlassian.bitbucket.repository with parameters of type KeyedMessageModifierConstructorDescriptionConflictingRefNameException
(KeyedMessage message, MinimalRef ref) DuplicateRefException
(KeyedMessage message, String refName) EmptyRepositoryException
(KeyedMessage message) ForkingDisabledException
(KeyedMessage message, Repository repository) IllegalRepositoryStateException
(KeyedMessage message, Throwable cause) InvalidAuthorException
(KeyedMessage message) InvalidRefNameException
(KeyedMessage message, String refName) NoDefaultBranchException
(KeyedMessage message, String repositoryName, String branchName) NoSuchBranchException
(KeyedMessage keyedMessage, String branchId) NoSuchRepositoryException
(KeyedMessage message, Project project) NoSuchRepositoryException
(KeyedMessage message, Throwable cause, Project project) NoSuchTagException
(KeyedMessage keyedMessage, String tagId) RepositoryAlreadyExistsException
(KeyedMessage message, Path repositoryDir) RepositoryArchivedException
(KeyedMessage message) RepositoryCreationCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) RepositoryDeletionCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) RepositoryForkCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) RepositoryModificationCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) RepositoryMovedException
(Repository repository, String projectKey, String slug, KeyedMessage message) RepositoryOfflineException
(KeyedMessage message, KeyedMessage detailedMessage) RepositoryOfflineException
(KeyedMessage message, KeyedMessage detailedMessage, Throwable cause) RepositoryOperationException
(KeyedMessage message, Throwable cause) RepositoryReadOnlyException
(KeyedMessage message) Constructor parameters in com.atlassian.bitbucket.repository with type arguments of type KeyedMessageModifierConstructorDescriptionRepositoryCreationCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) RepositoryDeletionCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) RepositoryForkCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) RepositoryModificationCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) -
Uses of KeyedMessage in com.atlassian.bitbucket.scm
Constructors in com.atlassian.bitbucket.scm with parameters of type KeyedMessageModifierConstructorDescriptionAuthenticationFailedScmException
(KeyedMessage message, String scmId) AuthenticationFailedScmException
(KeyedMessage message, Throwable cause, String scmId) CommandCanceledException
(KeyedMessage message) CommandCanceledException
(KeyedMessage message, Throwable cause) CommandException
(KeyedMessage message) CommandException
(KeyedMessage message, Throwable cause) CommandFailedException
(KeyedMessage message) CommandFailedException
(KeyedMessage message, Throwable cause) CommandSetupException
(KeyedMessage message) CommandSetupException
(KeyedMessage message, Throwable cause) CommandTimeoutException
(KeyedMessage message) CommandTimeoutException
(KeyedMessage message, Throwable cause) CommandUsageException
(KeyedMessage message, String command, String usage) FeatureUnsupportedScmException
(KeyedMessage message, String scmId, ScmFeature feature) IncompleteScmException
(KeyedMessage message, String scmId) MergeException
(KeyedMessage message, String scmId, Repository repository, String from, String to, boolean conflicted) MergeException
(KeyedMessage message, Throwable cause, String scmId, Repository repository, String from, String to, boolean conflicted) NotAuthorizedScmException
(KeyedMessage message, String scmId) NotAuthorizedScmException
(KeyedMessage message, Throwable cause, String scmId) ProcessFailedException
(KeyedMessage message, int exitCode) ProcessFailedException
(KeyedMessage message, int exitCode, Throwable cause) protected
ScmException
(KeyedMessage message, String scmId) protected
ScmException
(KeyedMessage message, Throwable cause, String scmId) UnavailableScmException
(KeyedMessage message, String scmId) UnsupportedScmException
(KeyedMessage message, String scmId) UnsupportedScmTypeException
(KeyedMessage message) -
Uses of KeyedMessage in com.atlassian.bitbucket.scm.mirror
Constructors in com.atlassian.bitbucket.scm.mirror with parameters of type KeyedMessageModifierConstructorDescriptionMirrorUpdateRefsCommandFailedException
(KeyedMessage message, Throwable cause, Iterable<RefChange> failedChanges) MirrorUpdateRefsCommandFailedException
(KeyedMessage message, Collection<RefChange> failedChanges) -
Uses of KeyedMessage in com.atlassian.bitbucket.scm.signed
Constructors in com.atlassian.bitbucket.scm.signed with parameters of type KeyedMessage -
Uses of KeyedMessage in com.atlassian.bitbucket.server
Constructors in com.atlassian.bitbucket.server with parameters of type KeyedMessage -
Uses of KeyedMessage in com.atlassian.bitbucket.settingsrestriction
Constructors in com.atlassian.bitbucket.settingsrestriction with parameters of type KeyedMessageModifierConstructorDescriptionUnprocessedProjectSettingsRestrictionException
(KeyedMessage message, ProjectSettingsRestriction projectSettingsRestriction) -
Uses of KeyedMessage in com.atlassian.bitbucket.user
Constructors in com.atlassian.bitbucket.user with parameters of type KeyedMessageModifierConstructorDescriptionIllegalUserStateException
(KeyedMessage message) InvalidPasswordResetTokenException
(KeyedMessage message, String token) NoSuchGroupException
(KeyedMessage message, String groupName) NoSuchUserException
(KeyedMessage message, String username) UserErasureException
(KeyedMessage message) UserErasureException
(KeyedMessage keyedMessage, Map<String, Throwable> causes) -
Uses of KeyedMessage in com.atlassian.bitbucket.util
Methods in com.atlassian.bitbucket.util with parameters of type KeyedMessageModifier and TypeMethodDescriptionvoid
CancelState.cancel
(KeyedMessage message) Cancels the operation, providing a message explaining why.Constructors in com.atlassian.bitbucket.util with parameters of type KeyedMessageModifierConstructorDescriptionPageStartOutOfBoundsException
(KeyedMessage message, Throwable cause) -
Uses of KeyedMessage in com.atlassian.bitbucket.validation
Constructors in com.atlassian.bitbucket.validation with parameters of type KeyedMessageModifierConstructorDescriptionArgumentValidationException
(KeyedMessage message) ArgumentValidationException
(KeyedMessage message, Throwable cause) FormValidationException
(KeyedMessage message, FormErrors formErrors) -
Uses of KeyedMessage in com.atlassian.bitbucket.zdu
Constructors in com.atlassian.bitbucket.zdu with parameters of type KeyedMessage