org.kohsuke.jnt.tools
Interface RoleRequestPolicy.Action

Enclosing class:
RoleRequestPolicy

public static interface RoleRequestPolicy.Action

Action is a task that can be run on a request.


Method Summary
 void process(RoleRequest request)
           
 

Method Detail

process

void process(RoleRequest request)
             throws ProcessingException
Throws:
ProcessingException


Copyright © 2003-2008 Kohsuke Kawaguchi. All Rights Reserved.