@CacheableTask
public class BuildWSDLTask
extends org.gradle.api.tasks.SourceTask
| Constructor and Description |
|---|
BuildWSDLTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateOptions(groovy.lang.Closure<?> closure) |
int |
getAxisVersion() |
java.io.File |
getDestinationDir() |
GenerateOptions |
getGenerateOptions() |
boolean |
isBuildLibs() |
boolean |
isIncludeSource() |
boolean |
isIncludeWSDLs() |
void |
setAxisVersion(java.lang.Object axisVersion) |
void |
setBuildLibs(boolean buildLibs) |
void |
setDestinationDir(java.lang.Object destinationDir) |
void |
setIncludeSource(boolean includeSource) |
void |
setIncludeWSDLs(boolean includeWSDLs) |
exclude, exclude, exclude, exclude, getExcludes, getIncludes, getPatternSet, getPatternSetFactory, getSource, include, include, include, include, setExcludes, setIncludes, setSource, setSource, sourceconventionMapping, conventionMapping, getConventionMappingcompareTo, 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, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getReasonNotToTrackState, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjectspublic void generateOptions(groovy.lang.Closure<?> closure)
@Input public int getAxisVersion()
@Input @PathSensitive(value=RELATIVE) public java.io.File getDestinationDir()
public GenerateOptions getGenerateOptions()
@Input public boolean isBuildLibs()
@Input public boolean isIncludeSource()
@Input public boolean isIncludeWSDLs()
public void setAxisVersion(java.lang.Object axisVersion)
public void setBuildLibs(boolean buildLibs)
public void setDestinationDir(java.lang.Object destinationDir)
public void setIncludeSource(boolean includeSource)
public void setIncludeWSDLs(boolean includeWSDLs)