public abstract class InitModule
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
InitModule()
Instantiates a new Init module.
|
| Modifier and Type | Method and Description |
|---|---|
abstract org.gradle.api.provider.Property<java.lang.String> |
getWfArtifact()
Gets wf artifact.
|
abstract org.gradle.api.provider.Property<java.lang.String> |
getWfDest()
Gets wf dest.
|
abstract org.gradle.api.provider.Property<java.lang.String> |
getWfGroup()
Gets wf group.
|
abstract org.gradle.api.provider.Property<java.lang.String> |
getWfType()
Gets wf type.
|
abstract org.gradle.api.provider.Property<java.lang.String> |
getWfVersion()
Gets wf version.
|
void |
initModule()
Init module.
|
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, getName, 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, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects@Input public abstract org.gradle.api.provider.Property<java.lang.String> getWfGroup()
@Input public abstract org.gradle.api.provider.Property<java.lang.String> getWfArtifact()
@Input @Optional public abstract org.gradle.api.provider.Property<java.lang.String> getWfVersion()
@Input public abstract org.gradle.api.provider.Property<java.lang.String> getWfType()
@Input @Optional public abstract org.gradle.api.provider.Property<java.lang.String> getWfDest()
public void initModule()
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOException - the io exceptionjava.lang.InterruptedException - the interrupted exception