| Interface and Description |
|---|
| com.atlassian.bitbucket.audit.AuditEntry
in 7.0 for removal in 8.0.
AuditEvent should be used instead. |
| com.atlassian.bitbucket.audit.AuditEntryConverter
in 7.0 for removal in 8.0.
AuditEventConverter should be used instead. |
| com.atlassian.bitbucket.audit.AuditService
in 7.0. For removal in 8.0. Use
AuditSearchService instead. |
| com.atlassian.bitbucket.audit.MinimalAuditEntry
in 7.0 for removal in 8.0.
AuditEvent should be used instead. |
| com.atlassian.bitbucket.nav.NavBuilder.RepoAttachments
since 7.0 for removal in 8.0
|
| com.atlassian.bitbucket.task.Task |
| com.atlassian.bitbucket.task.TaskAnchor |
| com.atlassian.bitbucket.task.TaskAnchorVisitor |
| com.atlassian.bitbucket.task.TaskCount |
| com.atlassian.bitbucket.task.TaskOperations |
| com.atlassian.bitbucket.task.TaskService
in 7.0 for removal in 8.0. Tasks are now managed using
comments with
BLOCKER severity. App developers should use CommentService to
create, retrieve and update BLOCKER comments; this service is now just a facade for that one. |
| Class and Description |
|---|
| com.atlassian.bitbucket.audit.AuditEntryBuilder
in 7.0 for removal in 8.0.
AuditEvent.Builder should be used
to build AuditEvents instead. |
| com.atlassian.bitbucket.event.audit.AuditEvent
the system internally publishing
AuditEvent for consumers to listen to will be removed in 7.0.
Use AuditConsumer instead to consume auditable actions. |
| com.atlassian.bitbucket.audit.Channels
in 7.0 for removal in 8.0.
AuditResources on AuditEvents should be used
instead. |
| com.atlassian.bitbucket.scm.pull.PullRequestChangeCommandParameters
in 6.0 for removal in 8.0. Use
PullRequestChangesCommandParameters instead. |
| com.atlassian.bitbucket.task.TaskCreateRequest |
| com.atlassian.bitbucket.task.TaskUpdateRequest |
| com.atlassian.bitbucket.event.audit.TransactionAwareAuditEvent
in 7.0. See
AuditEvent for details. |
| Enum and Description |
|---|
| com.atlassian.bitbucket.audit.Priority
in 7.0 for removal in 8.0, without replacement.
|
| com.atlassian.bitbucket.task.TaskAnchorType |
| com.atlassian.bitbucket.task.TaskState |
| Exceptions and Description |
|---|
| com.atlassian.bitbucket.avatar.AvatarDeletionException
in 7.0 for removal in 8.0; catch
AvatarStoreException instead. |
| com.atlassian.bitbucket.task.IllegalTaskStateException |
| com.atlassian.bitbucket.task.NoSuchTaskException |
| Annotation Type and Description |
|---|
| com.atlassian.bitbucket.event.annotation.Audited
in 7.0 for removal in 8.0.
Auditable should be used instead. |
| Field and Description |
|---|
| com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder.forkable
will be private in 8.0
|
| com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder.name
will be private in 8.0
|
| com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder.publiclyAccessible
will be private in 8.0
|
Copyright © 2020 Atlassian. All rights reserved.