public class DebianPackageBuilder
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
DebianPackageBuilder.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static String |
ABORT_MESSAGE |
static String |
DEBIAN_PACKAGE_VERSION |
static String |
DEBIAN_SOURCE_PACKAGE |
| Constructor and Description |
|---|
DebianPackageBuilder(String pathToDebian,
Boolean generateChangelog,
Boolean buildEvenWhenThereAreNoChanges) |
| Modifier and Type | Method and Description |
|---|---|
DebianPackageBuilder.DescriptorImpl |
getDescriptor() |
static Collection<DebianPackageBuilder> |
getDPBuilders(hudson.model.AbstractBuild<?,?> build) |
String |
getPathToDebian() |
String |
getRemoteDebian(hudson.FilePath workspace) |
static Collection<String> |
getRemoteModules(hudson.model.AbstractBuild<?,?> build) |
boolean |
isBuildEvenWhenThereAreNoChanges() |
boolean |
isGenerateChangelog() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuildpublic static final String DEBIAN_SOURCE_PACKAGE
public static final String DEBIAN_PACKAGE_VERSION
public static final String ABORT_MESSAGE
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic String getRemoteDebian(hudson.FilePath workspace)
public boolean isGenerateChangelog()
public String getPathToDebian()
public DebianPackageBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.Builderpublic static Collection<String> getRemoteModules(hudson.model.AbstractBuild<?,?> build)
build - DebianPackageBuilderspublic static Collection<DebianPackageBuilder> getDPBuilders(hudson.model.AbstractBuild<?,?> build)
build - DebianPackageBuilders participating in this buildpublic boolean isBuildEvenWhenThereAreNoChanges()
Copyright © 2004-2014. All Rights Reserved.