Class RestAuditLogConfiguration
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestModel
-
- com.atlassian.bamboo.rest.model.admin.auditlog.RestAuditLogConfiguration
-
public class RestAuditLogConfiguration extends AbstractRestModel
Model used by audit log REST resource- Since:
- 5.9
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
-
Constructor Summary
Constructors Constructor Description RestAuditLogConfiguration()
RestAuditLogConfiguration(Boolean auditLoggingEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
isAuditLoggingEnabled()
void
setAuditLoggingEnabled(Boolean auditLoggingEnabled)
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
-
-
-
Constructor Detail
-
RestAuditLogConfiguration
public RestAuditLogConfiguration()
-
RestAuditLogConfiguration
public RestAuditLogConfiguration(Boolean auditLoggingEnabled)
-
-