public class AppBundlerGradleTask extends AbstractTask
| Constructor and Description |
|---|
AppBundlerGradleTask()
Construct static as .app
|
| Modifier and Type | Method and Description |
|---|---|
void |
action()
The action called from Gradle
Will not add an artifact since it would be a directory.
|
void |
build()
The platform depending build.
|
void |
codeSign(org.gradle.api.Action<? super OSXCodeSign<? super AppBundlerGradleTask,? super AppBundler>> action)
Set the needed information for signing the setup.
|
void |
codeSign(groovy.lang.Closure<AppBundler> closure)
Set the needed information for signing the setup.
|
AppBundler |
getAppBuilder()
Get the app builder
|
OSXCodeSign<AppBundlerGradleTask,AppBundler> |
getCodeSign()
Get the SignTool configuration if set
|
copyTo, getAbstractSetupBuilder, getClassifier, getDescription, getDocumentationRegistry, getExtension, getFileLookup, getFileResolver, getFileSystem, getInstantiator, getObjectFactory, getRootSpec, getSetupFile, getSetupSource, getSource, getVersion, processFiles, setClassifier, setExtension, setVersioncompareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waiteachFile, eachFile, exclude, exclude, exclude, exclude, expand, expand, filesMatching, filesMatching, filesNotMatching, filesNotMatching, filter, filter, filter, filter, from, from, from, getDirMode, getDuplicatesStrategy, getExcludes, getFileMode, getFilteringCharset, getIncludeEmptyDirs, getIncludes, include, include, include, include, into, into, into, isCaseSensitive, rename, rename, rename, rename, setCaseSensitive, setDirMode, setDuplicatesStrategy, setExcludes, setFileMode, setFilteringCharset, setIncludeEmptyDirs, setIncludes, with@Optional public AppBundler getAppBuilder()
public void build()
build in class AbstractTaskpublic void action()
action in class AbstractTaskpublic void codeSign(groovy.lang.Closure<AppBundler> closure)
closure - the data for signingpublic void codeSign(org.gradle.api.Action<? super OSXCodeSign<? super AppBundlerGradleTask,? super AppBundler>> action)
action - the data for signing@Input @Optional public OSXCodeSign<AppBundlerGradleTask,AppBundler> getCodeSign()