net.praqma.jenkins.configrotator
Class AbstractConfigurationRotatorSCM.Poller<C extends AbstractConfiguration>

java.lang.Object
  extended by net.praqma.jenkins.configrotator.AbstractConfigurationRotatorSCM.Poller<C>
Type Parameters:
C -
Enclosing class:
AbstractConfigurationRotatorSCM

public class AbstractConfigurationRotatorSCM.Poller<C extends AbstractConfiguration>
extends Object


Field Summary
protected  hudson.Launcher launcher
           
protected  hudson.model.TaskListener listener
           
protected  hudson.model.AbstractProject<?,?> project
           
protected  hudson.FilePath workspace
           
 
Constructor Summary
AbstractConfigurationRotatorSCM.Poller(hudson.model.AbstractProject<?,?> project, hudson.Launcher launcher, hudson.FilePath workspace, hudson.model.TaskListener listener)
           
 
Method Summary
 hudson.scm.PollingResult poll(ConfigurationRotatorBuildAction action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

project

protected hudson.model.AbstractProject<?,?> project

launcher

protected hudson.Launcher launcher

workspace

protected hudson.FilePath workspace

listener

protected hudson.model.TaskListener listener
Constructor Detail

AbstractConfigurationRotatorSCM.Poller

public AbstractConfigurationRotatorSCM.Poller(hudson.model.AbstractProject<?,?> project,
                                              hudson.Launcher launcher,
                                              hudson.FilePath workspace,
                                              hudson.model.TaskListener listener)
Method Detail

poll

public hudson.scm.PollingResult poll(ConfigurationRotatorBuildAction action)
                              throws hudson.AbortException
Throws:
hudson.AbortException


Copyright © 2004-2013. All Rights Reserved.