public class Gradle
extends hudson.tasks.Builder
implements org.jenkinsci.lib.dryrun.DryRun
| Modifier and Type | Class and Description |
|---|---|
static class |
Gradle.DescriptorImpl |
| Constructor and Description |
|---|
Gradle(String description,
String switches,
String tasks,
String rootBuildScriptDir,
String buildFile,
String gradleName,
boolean useWrapper,
boolean makeExecutable,
boolean fromRootBuildScriptDir,
boolean useWorkspaceAsHome) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildFile() |
String |
getDescription() |
Gradle.DescriptorImpl |
getDescriptor() |
GradleInstallation |
getGradle() |
String |
getGradleName() |
String |
getRootBuildScriptDir() |
String |
getSwitches() |
String |
getTasks() |
boolean |
isFromRootBuildScriptDir() |
boolean |
isMakeExecutable() |
boolean |
isUseWorkspaceAsHome() |
boolean |
isUseWrapper() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
performDryRun(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuildpublic String getSwitches()
public String getBuildFile()
public String getGradleName()
public String getTasks()
public String getDescription()
public boolean isUseWrapper()
public String getRootBuildScriptDir()
public boolean isMakeExecutable()
public boolean isFromRootBuildScriptDir()
public boolean isUseWorkspaceAsHome()
public GradleInstallation getGradle()
public boolean performDryRun(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
performDryRun in interface org.jenkinsci.lib.dryrun.DryRunInterruptedExceptionIOExceptionpublic 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.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic Gradle.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2014. All Rights Reserved.