public class OntrackChangelogPublisher
extends hudson.tasks.Notifier
Modifier and Type | Class and Description |
---|---|
static class |
OntrackChangelogPublisher.OntrackChangelogPublisherDescriptor |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
OntrackChangelogPublisher(String project,
String branch,
String buildNameParameter,
boolean distinctBuilds,
boolean collectFiles,
boolean failOnChangeLogFailure,
String committersVariable,
String committerMailSuffix) |
Modifier and Type | Method and Description |
---|---|
String |
getBranch() |
protected String |
getBuildName(hudson.model.AbstractBuild<?,?> build) |
String |
getBuildNameParameter() |
String |
getCommitterMailSuffix() |
String |
getCommittersVariable() |
String |
getProject() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
isCollectFiles() |
boolean |
isDistinctBuilds() |
boolean |
isFailOnChangeLogFailure() |
protected boolean |
noChangeLog(hudson.model.BuildListener listener,
String reason) |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
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
protected boolean noChangeLog(hudson.model.BuildListener listener, String reason)
protected String getBuildName(hudson.model.AbstractBuild<?,?> build)
public String getProject()
public String getBranch()
public String getBuildNameParameter()
public boolean isDistinctBuilds()
public boolean isCollectFiles()
public boolean isFailOnChangeLogFailure()
public String getCommittersVariable()
public String getCommitterMailSuffix()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2016–2023. All rights reserved.