public class OssIndexAuditTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
OssIndexAuditTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
audit() |
java.lang.String |
getCacheDirectory() |
java.lang.String |
getCacheExpiration() |
org.cyclonedx.model.Component.Type |
getCycloneDxComponentType() |
java.util.Set<java.lang.String> |
getModulesExcluded() |
java.util.Set<java.lang.String> |
getModulesIncluded() |
OutputFormat |
getOutputFormat() |
java.lang.String |
getPassword() |
java.lang.String |
getUsername() |
boolean |
isAllConfigurations() |
boolean |
isColorEnabled() |
boolean |
isPrintBanner() |
boolean |
isShowAll() |
boolean |
isUseCache() |
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 audit()
@Input public java.lang.String getUsername()
@Input public java.lang.String getPassword()
@Input public boolean isUseCache()
@Input public java.lang.String getCacheDirectory()
@Input public java.lang.String getCacheExpiration()
@Input public boolean isAllConfigurations()
@Input public boolean isColorEnabled()
@Input public boolean isShowAll()
@Input public boolean isPrintBanner()
@Input @Optional public java.util.Set<java.lang.String> getModulesIncluded()
@Input @Optional public java.util.Set<java.lang.String> getModulesExcluded()
@Input @Optional public OutputFormat getOutputFormat()
@Input @Optional public org.cyclonedx.model.Component.Type getCycloneDxComponentType()