net.praqma.hudson.scm.pollingmode
Class PollChildMode

java.lang.Object
  extended by net.praqma.hudson.scm.pollingmode.PollingMode
      extended by net.praqma.hudson.scm.pollingmode.PollChildMode
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<PollingMode>, BaselineCreationEnabled

public class PollChildMode
extends PollingMode
implements BaselineCreationEnabled

Author:
Mads

Nested Class Summary
static class PollChildMode.PollChildDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class net.praqma.hudson.scm.pollingmode.PollingMode
polling
 
Constructor Summary
PollChildMode(String levelToPoll)
           
 
Method Summary
 boolean isCreateBaseline()
           
 void setCreateBaseline(boolean createBaseline)
           
 
Methods inherited from class net.praqma.hudson.scm.pollingmode.PollingMode
all, createBaselineEnabled, getDescriptor, getLevelToPoll, getPolling, getPromotionLevel, setLevelToPoll, setPolling
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollChildMode

@DataBoundConstructor
public PollChildMode(String levelToPoll)
Method Detail

isCreateBaseline

public boolean isCreateBaseline()
Specified by:
isCreateBaseline in interface BaselineCreationEnabled
Returns:
the createBaseline

setCreateBaseline

@DataBoundSetter
public void setCreateBaseline(boolean createBaseline)
Parameters:
createBaseline - the createBaseline to set


Copyright © 2004-2015. All Rights Reserved.