com.atlassian.jira.auditing.handlers
Class HandlerUtils

java.lang.Object
  extended by com.atlassian.jira.auditing.handlers.HandlerUtils

public class HandlerUtils
extends Object

Since:
v6.2

Constructor Summary
HandlerUtils()
           
 
Method Summary
static com.atlassian.fugue.Option<RecordRequest> requestIfThereAreAnyValues(List<ChangedValue> changedValues, com.google.common.base.Function<List<ChangedValue>,RecordRequest> function)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerUtils

public HandlerUtils()
Method Detail

requestIfThereAreAnyValues

public static com.atlassian.fugue.Option<RecordRequest> requestIfThereAreAnyValues(List<ChangedValue> changedValues,
                                                                                   com.google.common.base.Function<List<ChangedValue>,RecordRequest> function)


Copyright © 2002-2014 Atlassian. All Rights Reserved.