Uses of Interface
com.atlassian.bitbucket.util.CancelState
Packages that use CancelState
Package
Description
-
Uses of CancelState in com.atlassian.bitbucket.event
Subinterfaces of CancelState in com.atlassian.bitbucket.eventModifier and TypeInterfaceDescriptioninterfaceAugments an event with support for cancelation. -
Uses of CancelState in com.atlassian.bitbucket.event.attachment
Classes in com.atlassian.bitbucket.event.attachment that implement CancelStateModifier and TypeClassDescriptionclassRaised just before anattachmentisdeleted.classRaised just before anattachmentisadded.Constructors in com.atlassian.bitbucket.event.attachment with parameters of type CancelStateModifierConstructorDescriptionAttachmentDeletionRequestedEvent(Object source, Repository repository, Attachment attachment, CancelState cancelState) AttachmentSaveRequestedEvent(Object source, Repository repository, Attachment attachment, CancelState cancelState) Construct a newAttachmentEvent. -
Uses of CancelState in com.atlassian.bitbucket.event.commit
Classes in com.atlassian.bitbucket.event.commit that implement CancelStateModifier and TypeClassDescriptionclassSubclasses of this event are synchronous and allow callers to cancel the action and/or participate in the transaction (by persisting related entities, for example).classEvent that is raised before a comment is added to a commit discussion.classEvent that is raised before a comment in a commit discussion is deleted.classEvent that is raised before a comment in a commit discussion is edited.classEvent that is raised before a comment is replied to in a commit discussion.Constructors in com.atlassian.bitbucket.event.commit with parameters of type CancelStateModifierConstructorDescriptionprotectedCommitDiscussionCancelableCommentEvent(Object source, CommitDiscussion discussion, Comment comment, Comment parent, CommentAction commentAction, CancelState cancelState) CommitDiscussionCommentAddRequestedEvent(Object source, CommitDiscussion discussion, Comment comment, CancelState cancelState) CommitDiscussionCommentDeletionRequestedEvent(Object source, CommitDiscussion discussion, Comment comment, Comment parent, CancelState cancelState) CommitDiscussionCommentModificationRequestedEvent(Object source, CommitDiscussion discussion, Comment comment, Comment parent, String previousText, CancelState cancelState) CommitDiscussionCommentReplyRequestedEvent(Object source, CommitDiscussion discussion, Comment comment, Comment parent, CancelState cancelState) -
Uses of CancelState in com.atlassian.bitbucket.event.permission
Subinterfaces of CancelState in com.atlassian.bitbucket.event.permissionModifier and TypeInterfaceDescriptioninterfaceThis event is raised before a user or group are granted a permission.interfaceThis event is raised before a user or group's permission is modified.interfaceThis event is raised before a user or group's permission is revoked.Classes in com.atlassian.bitbucket.event.permission that implement CancelStateModifier and TypeClassDescriptionclassThis event is raised before a user or group are granted a global permission.classThis event is raised before a user or group's global permission is modified.classThis event is raised before a user or group's global permission is revoked.classThis event is raised before a user or group are granted a project permission.classThis event is raised before a user or group's project permission is modified.classThis event is raised before a user or group's project permission is revoked.classThis event is raised before a user or group are granted a repository permission.classThis event is raised before a user or group's repository permission is modified.classThis event is raised before a user or group's repository permission is revoked.Constructors in com.atlassian.bitbucket.event.permission with parameters of type CancelStateModifierConstructorDescriptionGlobalPermissionGrantRequestedEvent(Object source, Permission permission, String affectedGroup, ApplicationUser affectedUser, CancelState cancelState) GlobalPermissionModificationRequestedEvent(Object source, Permission oldValue, Permission newValue, String affectedGroup, ApplicationUser affectedUser, CancelState cancelState) GlobalPermissionRevocationRequestedEvent(Object source, Permission permission, String affectedGroup, ApplicationUser affectedUser, CancelState cancelState) ProjectPermissionGrantRequestedEvent(Object source, Permission permission, Project project, String affectedGroup, ApplicationUser affectedUser, CancelState cancelState) ProjectPermissionModificationRequestedEvent(Object source, Permission oldValue, Permission newValue, Project project, String affectedGroup, ApplicationUser affectedUser, CancelState cancelState) ProjectPermissionRevocationRequestedEvent(Object source, Permission permission, Project project, String affectedGroup, ApplicationUser affectedUser, CancelState cancelState) RepositoryPermissionGrantRequestedEvent(Object source, Permission permission, Repository repository, String affectedGroup, ApplicationUser affectedUser, CancelState cancelState) RepositoryPermissionModificationRequestedEvent(Object source, Permission oldValue, Permission newValue, Repository repository, String affectedGroup, ApplicationUser affectedUser, CancelState cancelState) RepositoryPermissionRevocationRequestedEvent(Object source, Permission permission, Repository repository, String affectedGroup, ApplicationUser affectedUser, CancelState cancelState) -
Uses of CancelState in com.atlassian.bitbucket.event.project
Classes in com.atlassian.bitbucket.event.project that implement CancelStateModifier and TypeClassDescriptionclassRaised just before aprojectis created.classEvent that is raised just before aprojectis deleted.classRaised just before aprojectis updated.Constructors in com.atlassian.bitbucket.event.project with parameters of type CancelStateModifierConstructorDescriptionProjectCreationRequestedEvent(Object source, Project project, CancelState cancelState) ProjectDeletionRequestedEvent(Object source, Project project, CancelState cancelState) ProjectModificationRequestedEvent(Object source, Project oldValue, Project newValue, CancelState cancelState) -
Uses of CancelState in com.atlassian.bitbucket.event.pull
Classes in com.atlassian.bitbucket.event.pull that implement CancelStateModifier and TypeClassDescriptionclassSubclasses of this event are synchronous and allow callers to cancel the action and/or participate in the transaction (by persisting related entities, for example).classEvent that is raised before a comment is added to a pull request.classEvent that is raised before a comment in a pull request is deleted.classEvent that is raised before a comment in a pull request is edited.classEvent that is raised before a comment is replied to in a pull request.classRaised just before apull requestisdeleted.classRaised just before apull requestisopened.Constructors in com.atlassian.bitbucket.event.pull with parameters of type CancelStateModifierConstructorDescriptionprotectedPullRequestCancelableCommentEvent(Object source, PullRequest pullRequest, Comment comment, Comment parent, CommentAction commentAction, CancelState cancelState) PullRequestCommentAddRequestedEvent(Object source, PullRequest pullRequest, Comment comment, CancelState cancelState) PullRequestCommentDeletionRequestedEvent(Object source, PullRequest pullRequest, Comment comment, Comment parent, CancelState cancelState) PullRequestCommentModificationRequestedEvent(Object source, PullRequest pullRequest, Comment comment, Comment parent, String previousText, CancelState cancelState) PullRequestCommentReplyRequestedEvent(Object source, PullRequest pullRequest, Comment comment, Comment parent, CancelState cancelState) PullRequestDeletionRequestedEvent(Object source, PullRequest pullRequest, CancelState cancelState) PullRequestOpenRequestedEvent(Object source, PullRequest pullRequest, Set<ApplicationUser> reviewers, CancelState cancelState) -
Uses of CancelState in com.atlassian.bitbucket.event.repository
Classes in com.atlassian.bitbucket.event.repository that implement CancelStateModifier and TypeClassDescriptionclassRaised just before arepositoryis created.classRaised just before arepositoryis deleted.classRaised just before arepositoryis forked.classRaised just before arepositoryis updated.Constructors in com.atlassian.bitbucket.event.repository with parameters of type CancelStateModifierConstructorDescriptionRepositoryCreationRequestedEvent(Object source, Repository repository, String defaultBranch, CancelState cancelState) RepositoryDeletionRequestedEvent(Object source, Repository repository, CancelState cancelState, Iterable<Integer> forkIds) RepositoryForkRequestedEvent(Object source, Repository repository, String defaultBranch, CancelState cancelState) RepositoryModificationRequestedEvent(Object source, Repository oldValue, Repository newValue, CancelState cancelState)