public class NexusIqScanTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
NexusIqScanTask() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplicationId() |
java.lang.String |
getDirExcludes() |
java.lang.String |
getDirIncludes() |
java.util.Set<java.lang.String> |
getModulesExcluded() |
java.lang.String |
getOrganizationId() |
java.lang.String |
getPassword() |
java.lang.String |
getScanFolderPath() |
java.lang.String |
getServerUrl() |
java.lang.String |
getStage() |
java.lang.String |
getUsername() |
boolean |
isAllConfigurations() |
void |
scan() |
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, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, 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, setImpliesSubProjectspublic void scan()
@Input public java.lang.String getScanFolderPath()
@Input public java.lang.String getUsername()
@Input public java.lang.String getPassword()
@Input public java.lang.String getApplicationId()
@Input public java.lang.String getOrganizationId()
@Input public java.lang.String getServerUrl()
@Input public java.lang.String getStage()
@Input public boolean isAllConfigurations()
@Input public java.util.Set<java.lang.String> getModulesExcluded()
@Input public java.lang.String getDirIncludes()
@Input public java.lang.String getDirExcludes()