net.praqma.jenkins.configrotator
Class AbstractPostConfigurationRotator

java.lang.Object
  extended by net.praqma.jenkins.configrotator.AbstractPostConfigurationRotator
All Implemented Interfaces:
hudson.ExtensionPoint
Direct Known Subclasses:
ClearCaseUCMPostBuild

public abstract class AbstractPostConfigurationRotator
extends Object
implements hudson.ExtensionPoint


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
AbstractPostConfigurationRotator()
           
 
Method Summary
static hudson.ExtensionList<AbstractPostConfigurationRotator> all()
           
static boolean doit(hudson.FilePath workspace, hudson.model.TaskListener listener, ConfigurationRotatorBuildAction action)
           
abstract  boolean perform(hudson.FilePath workspace, hudson.model.TaskListener listener, ConfigurationRotatorBuildAction action)
           
abstract  Class<? extends AbstractConfigurationRotatorSCM> tiedTo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPostConfigurationRotator

public AbstractPostConfigurationRotator()
Method Detail

perform

public abstract boolean perform(hudson.FilePath workspace,
                                hudson.model.TaskListener listener,
                                ConfigurationRotatorBuildAction action)

tiedTo

public abstract Class<? extends AbstractConfigurationRotatorSCM> tiedTo()

doit

public static boolean doit(hudson.FilePath workspace,
                           hudson.model.TaskListener listener,
                           ConfigurationRotatorBuildAction action)

all

public static hudson.ExtensionList<AbstractPostConfigurationRotator> all()


Copyright © 2004-2013. All Rights Reserved.