Class DependentComponentsReport
java.lang.Object
org.gradle.api.internal.AbstractTask
org.gradle.api.DefaultTask
org.gradle.api.reporting.dependents.DependentComponentsReport
- All Implemented Interfaces:
Comparable<Task>, org.gradle.api.internal.DynamicObjectAware, org.gradle.api.internal.TaskInternal, ExtensionAware, Task, org.gradle.util.Configurable<Task>
Displays dependent components.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Task
Task.Namer -
Field Summary
Fields inherited from interface Task
TASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the components to generate the report for.protected org.gradle.model.internal.registry.ModelRegistrybooleanShould this include both non-buildable and test suites in the report?protected org.gradle.internal.logging.text.StyledTextOutputFactorybooleanShould this include non-buildable components in the report?booleanShould this include test suites in the report?voidreport()voidsetComponents(List<String> components) Sets the components to generate the report for.voidsetShowAll(boolean showAll) Set this to include both non buildable components and test suites in the report.voidsetShowNonBuildable(boolean showNonBuildable) voidsetShowTestSuites(boolean showTestSuites) Methods inherited from class DefaultTask
newInputDirectory, newInputFile, newOutputDirectory, newOutputFileMethods inherited from class org.gradle.api.internal.AbstractTask
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString
-
Constructor Details
-
DependentComponentsReport
public DependentComponentsReport()
-
-
Method Details
-
isShowNonBuildable
Should this include non-buildable components in the report? -
setShowNonBuildable
public void setShowNonBuildable(boolean showNonBuildable) -
isShowTestSuites
Should this include test suites in the report? -
setShowTestSuites
public void setShowTestSuites(boolean showTestSuites) -
getShowAll
Should this include both non-buildable and test suites in the report? -
setShowAll
public void setShowAll(boolean showAll) Set this to include both non buildable components and test suites in the report. -
getComponents
-
setComponents
-
getTextOutputFactory
@Inject protected org.gradle.internal.logging.text.StyledTextOutputFactory getTextOutputFactory() -
getModelRegistry
@Inject protected org.gradle.model.internal.registry.ModelRegistry getModelRegistry() -
report
public void report()
-