jenkins.ruby
Interface DoDynamic


public interface DoDynamic

This interface is meant to be included by JRuby proxies so that they can respond directly to stapler requests. If I understand correctly, stapler will see if the doDynamic method exists and if so, dispatch it via that method.


Method Summary
 void doDynamic(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 

Method Detail

doDynamic

void doDynamic(org.kohsuke.stapler.StaplerRequest request,
               org.kohsuke.stapler.StaplerResponse response)


Copyright © 2004-2011. All Rights Reserved.