Package | Description |
---|---|
com.atlassian.jira.auditing | |
com.atlassian.jira.matchers.auditing | |
com.atlassian.jira.upgrade.tasks.role |
Package that provides migration for use permission and licenses from dark ages (JIRA 6.x) to renaissance (JIRA 7.x).
|
Modifier and Type | Method and Description |
---|---|
AssociatedItem.Type |
AffectedIssueType.getObjectType() |
AssociatedItem.Type |
AffectedApplication.getObjectType() |
AssociatedItem.Type |
AffectedGroup.getObjectType() |
AssociatedItem.Type |
AffectedGeneralConfigurationOption.getObjectType() |
AssociatedItem.Type |
AffectedScreen.getObjectType() |
AssociatedItem.Type |
AffectedScheme.getObjectType() |
AssociatedItem.Type |
AssociatedItemImpl.getObjectType() |
AssociatedItem.Type |
AffectedProject.getObjectType() |
AssociatedItem.Type |
AffectedUser.getObjectType() |
AssociatedItem.Type |
AffectedLicense.getObjectType() |
AssociatedItem.Type |
RecordRequest.AssociatedItemImpl.getObjectType() |
AssociatedItem.Type |
AssociatedItem.getObjectType()
Deprecated.
|
static AssociatedItem.Type |
AssociatedItem.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociatedItem.Type[] |
AssociatedItem.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RecordRequest |
RecordRequest.forObject(AssociatedItem.Type type,
String name)
Deprecated.
|
RecordRequest |
RecordRequest.forObject(AssociatedItem.Type type,
String name,
Long id)
Deprecated.
|
RecordRequest |
RecordRequest.forObject(AssociatedItem.Type type,
String name,
String id)
Deprecated.
|
RecordRequest |
RecordRequest.withAssociatedItem(AssociatedItem.Type type,
String name,
String id)
Deprecated.
|
Constructor and Description |
---|
AssociatedItemImpl(String name,
String id,
AssociatedItem.Type type) |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.BaseMatcher<com.atlassian.audit.entity.AuditResource> |
AuditResourceMatchers.isType(AssociatedItem.Type type) |
Modifier and Type | Method and Description |
---|---|
AssociatedItem.Type |
AuditEntry.getType() |
Constructor and Description |
---|
AuditEntry(Class<?> sourceClass,
String summary,
String description,
AssociatedItem.Type eventType) |
AuditEntry(Class<?> sourceClass,
String summary,
String description,
AssociatedItem.Type eventType,
String changedObject,
boolean eventShowsInCloudLog,
ChangedValue... changedValues) |
AuditEntry(Class<?> sourceClass,
String summary,
String description,
AssociatedItem.Type eventType,
String changedObject,
boolean eventShowsInCloudLog,
Iterable<ChangedValue> changedValues,
AuditEntrySeverity severity) |
Copyright © 2002-2023 Atlassian. All Rights Reserved.