org.jenkins.ci.plugins
Class JobPollAction

java.lang.Object
  extended by org.jenkins.ci.plugins.JobPollAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public final class JobPollAction
extends Object
implements hudson.model.Action

A very simple Action which provides a poll URL target to force polling for the specified AbstractProject.

Since:
1.0
Author:
Jesse Farinacci

Constructor Summary
JobPollAction(hudson.model.AbstractProject target)
           
 
Method Summary
 void doDynamic(String token, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobPollAction

public JobPollAction(hudson.model.AbstractProject target)
Method Detail

doDynamic

public void doDynamic(String token,
                      org.kohsuke.stapler.StaplerRequest request,
                      org.kohsuke.stapler.StaplerResponse response)
               throws IOException,
                      javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action


Copyright © 2004-2012. All Rights Reserved.