public class RepackageTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
RepackageTask() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassifier() |
File |
getEmbeddedLaunchScript() |
Map<String,String> |
getEmbeddedLaunchScriptProperties() |
Boolean |
getExcludeDevtools() |
Boolean |
getExecutable() |
org.springframework.boot.gradle.repackage.ProjectLibraries |
getLibraries() |
String |
getMainClass() |
Object |
getWithJarTask() |
void |
repackage() |
void |
setClassifier(String classifier) |
void |
setCustomConfiguration(String customConfiguration) |
void |
setEmbeddedLaunchScript(File embeddedLaunchScript) |
void |
setEmbeddedLaunchScriptProperties(Map<String,String> embeddedLaunchScriptProperties) |
void |
setExcludeDevtools(Boolean excludeDevtools) |
void |
setExecutable(Boolean executable) |
void |
setMainClass(String mainClass) |
void |
setWithJarTask(Object withJarTask) |
addValidator, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, executeWithoutThrowingTaskFailure, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getStateInternal, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, leftShift, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void setCustomConfiguration(String customConfiguration)
public Object getWithJarTask()
public void setWithJarTask(Object withJarTask)
public void setMainClass(String mainClass)
public String getMainClass()
public String getClassifier()
public void setClassifier(String classifier)
public Boolean getExcludeDevtools()
public void setExcludeDevtools(Boolean excludeDevtools)
public Boolean getExecutable()
public void setExecutable(Boolean executable)
public File getEmbeddedLaunchScript()
public void setEmbeddedLaunchScript(File embeddedLaunchScript)
public void setEmbeddedLaunchScriptProperties(Map<String,String> embeddedLaunchScriptProperties)
public void repackage()
public org.springframework.boot.gradle.repackage.ProjectLibraries getLibraries()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.