net.praqma.hudson.scm.pollingmode
Class PollChildMode
java.lang.Object
net.praqma.hudson.scm.pollingmode.PollingMode
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 classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollChildMode
@DataBoundConstructor
public PollChildMode(String levelToPoll)
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.