public class PollRebaseMode extends PollingMode implements BaselineCreationEnabled
Modifier and Type | Class and Description |
---|---|
static class |
PollRebaseMode.PollRebaseModeDescriptor |
ExtensionPoint.LegacyInstancesAreScopedToHudson
polling
Constructor and Description |
---|
PollRebaseMode(String levelToPoll) |
Modifier and Type | Method and Description |
---|---|
String |
getExcludeList() |
boolean |
isCreateBaseline() |
boolean |
isPromotionSkipped()
Marker that let us know if the given mode should skip the promotion/relegtion
of the source baseline.
|
void |
setCreateBaseline(boolean createBaseline) |
void |
setExcludeList(String excludeList) |
all, createBaselineEnabled, getComponent, getDescriptor, getLevelToPoll, getPolling, getPromotionLevel, postBuildFinalizer, setComponent, setLevelToPoll, setPolling
@DataBoundConstructor public PollRebaseMode(String levelToPoll)
public String getExcludeList()
@DataBoundSetter public void setExcludeList(String excludeList)
excludeList
- the excludeList to set@DataBoundSetter public void setCreateBaseline(boolean createBaseline)
public boolean isCreateBaseline()
isCreateBaseline
in interface BaselineCreationEnabled
public boolean isPromotionSkipped()
PollingMode
isPromotionSkipped
in class PollingMode
Copyright © 2016–2022. All rights reserved.