public class GitLogBasicChangelogPostPublisher
extends hudson.tasks.Publisher
| Modifier and Type | Class and Description |
|---|---|
static class |
GitLogBasicChangelogPostPublisher.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
String |
fromRev |
String |
outputfile |
String |
toRev |
| Constructor and Description |
|---|
GitLogBasicChangelogPostPublisher(String outputfile,
String fromRev,
String toRev) |
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getDescriptor, getProjectAction, needsToRunAfterFinalized, prebuildpublic final String outputfile
public final String toRev
public final String fromRev
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionCopyright © 2004-2016. All Rights Reserved.