com.atlassian.bamboo.plugins.rest.admin.auditlog
Class RestAuditLogConfiguration

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.admin.auditlog.RestAuditLogConfiguration

public class RestAuditLogConfiguration
extends Object

Model used by audit log REST resource

Since:
5.9

Constructor Summary
RestAuditLogConfiguration()
           
RestAuditLogConfiguration(Boolean auditLoggingEnabled)
           
 
Method Summary
 Boolean isAuditLoggingEnabled()
           
 void setAuditLoggingEnabled(Boolean auditLoggingEnabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestAuditLogConfiguration

public RestAuditLogConfiguration()

RestAuditLogConfiguration

public RestAuditLogConfiguration(Boolean auditLoggingEnabled)
Method Detail

isAuditLoggingEnabled

public Boolean isAuditLoggingEnabled()

setAuditLoggingEnabled

public void setAuditLoggingEnabled(Boolean auditLoggingEnabled)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.