public class AuditResource extends Object
AuditEntity.getAffectedObjects()
E.g. a Confluence page, a Jira issue, a Bitbucket repo
Modifier and Type | Class and Description |
---|---|
static class |
AuditResource.Builder |
Modifier and Type | Method and Description |
---|---|
static AuditResource.Builder |
builder(String name,
String type) |
boolean |
equals(Object o) |
String |
getId() |
String |
getName() |
String |
getType() |
String |
getUri() |
int |
hashCode() |
String |
toString() |
public static AuditResource.Builder builder(@Nonnull String name, @Nonnull String type)
Copyright © 2020 Atlassian. All rights reserved.