com.atlassian.bamboo.core
Interface ScopedExclusionService.GeneratorCallable<V,E extends java.lang.Throwable>

Enclosing interface:
ScopedExclusionService

public static interface ScopedExclusionService.GeneratorCallable<V,E extends java.lang.Throwable>

Generator called to generate new names for objects.


Method Summary
 V call()
          Computes a result, or throws an exception if unable to do so.
 

Method Detail

call

V call()
       throws E extends java.lang.Throwable
Computes a result, or throws an exception if unable to do so.

Returns:
computed result
Throws:
java.lang.Exception - if unable to compute a result
E extends java.lang.Throwable


Copyright © 2012 Atlassian. All Rights Reserved.