public class UcmMakeBaselineComposite
extends hudson.tasks.Notifier
Modifier and Type | Class and Description |
---|---|
static class |
UcmMakeBaselineComposite.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Modifier and Type | Method and Description |
---|---|
String |
getCompositeComponentName() |
String |
getCompositeNamePattern() |
String |
getCompositeStreamSelector() |
UcmMakeBaselineComposite.DescriptorImpl |
getDescriptor() |
String |
getFileName() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
isExtractInfoFile() |
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) |
void |
setRecommend(boolean recommend) |
public String getCompositeComponentName()
public String getCompositeNamePattern()
public String getCompositeStreamSelector()
public UcmMakeBaselineComposite.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Notifier
public String getFileName()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean isExtractInfoFile()
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
public void setRecommend(boolean recommend)
Copyright © 2004-2021. All Rights Reserved.