public class GatekeeperMerge
extends hudson.tasks.Builder
Modifier and Type | Class and Description |
---|---|
static class |
GatekeeperMerge.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
String |
commitUsername |
String |
releaseFileContentTemplate |
String |
releaseFilePath |
Constructor and Description |
---|
GatekeeperMerge(String commitUsername,
String releaseFilePath,
String releaseFileContentTemplate) |
Modifier and Type | Method and Description |
---|---|
GatekeeperMerge.DescriptorImpl |
getDescriptor() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public final String releaseFilePath
public final String releaseFileContentTemplate
public final String commitUsername
public boolean perform(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
public GatekeeperMerge.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Builder
Copyright © 2004-2015. All Rights Reserved.