Package io.github.intisy.gradle.inno
Class InnoSetupTask
- java.lang.Object
-
- org.gradle.api.internal.AbstractTask
-
- org.gradle.api.DefaultTask
-
- io.github.intisy.gradle.inno.InnoSetupTask
-
- All Implemented Interfaces:
Comparable<org.gradle.api.Task>,org.gradle.api.internal.DynamicObjectAware,org.gradle.api.internal.TaskInternal,org.gradle.api.plugins.ExtensionAware,org.gradle.api.Task,org.gradle.util.Configurable<org.gradle.api.Task>
public class InnoSetupTask extends org.gradle.api.DefaultTask
-
-
Constructor Summary
Constructors Constructor Description InnoSetupTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateExe()StringgetFileName()StringgetIcon()@NotNull StringgetName()voidsetFileName(String fileName)voidsetIcon(String icon)voidsetName(String name)-
Methods inherited from class org.gradle.api.DefaultTask
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService
-
Methods inherited from class org.gradle.api.internal.AbstractTask
acceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects
-
-
-
-
Method Detail
-
getName
@Input @NotNull public @NotNull String getName()
- Specified by:
getNamein interfaceorg.gradle.api.Task- Overrides:
getNamein classorg.gradle.api.DefaultTask
-
setName
public void setName(String name)
-
getIcon
@Input public String getIcon()
-
setIcon
public void setIcon(String icon)
-
getFileName
@Input public String getFileName()
-
setFileName
public void setFileName(String fileName)
-
createExe
public void createExe()
-
-