public class UcmMakeBaseline
extends hudson.tasks.Notifier
Modifier and Type | Class and Description |
---|---|
static class |
UcmMakeBaseline.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
UcmMakeBaseline(String namePattern,
String commentPattern,
boolean lock,
boolean recommend,
boolean fullBaseline,
boolean identical,
boolean rebaseDynamicView,
String dynamicViewName,
boolean promote,
String promotionLevel,
boolean demote,
String demotionLevel) |
Modifier and Type | Method and Description |
---|---|
String |
getCommentPattern() |
String |
getDemotionLevel() |
UcmMakeBaseline.DescriptorImpl |
getDescriptor() |
String |
getDynamicViewName() |
String |
getNamePattern() |
String |
getPromotionLevel() |
List<String> |
getReadWriteComponents() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
isDemote() |
boolean |
isFullBaseline() |
boolean |
isIdentical() |
boolean |
isLockStream() |
boolean |
isPromote() |
boolean |
isRebaseDynamicView() |
boolean |
isRecommend() |
boolean |
needsToRunAfterFinalized() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
public String getCommentPattern()
public String getDemotionLevel()
public UcmMakeBaseline.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Notifier
public String getDynamicViewName()
public String getNamePattern()
public String getPromotionLevel()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean isDemote()
public boolean isFullBaseline()
public boolean isIdentical()
public boolean isLockStream()
public boolean isPromote()
public boolean isRebaseDynamicView()
public boolean isRecommend()
public boolean needsToRunAfterFinalized()
needsToRunAfterFinalized
in class hudson.tasks.Publisher
public boolean perform(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
public boolean prebuild(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
prebuild
in interface hudson.tasks.BuildStep
prebuild
in class hudson.tasks.BuildStepCompatibilityLayer
Copyright © 2004-2021. All Rights Reserved.