Class AbstractSonargraphBatchModuleTask
- java.lang.Object
-
- org.gradle.api.internal.AbstractTask
-
- org.gradle.api.DefaultTask
-
- com.hello2morrow.sonargraph.build.client.gradle.AbstractSonargraphReportTask
-
- com.hello2morrow.sonargraph.build.client.gradle.AbstractSonargraphBatchModuleTask
-
- All Implemented Interfaces:
ISonargraphGradleTaskForFiducia,com.hello2morrow.sonargraph.build.client.ILogger,com.hello2morrow.sonargraph.build.client.ISonargraphBuildClient,com.hello2morrow.sonargraph.build.client.IUpdatableClient,java.lang.Comparable<org.gradle.api.Task>,org.gradle.api.internal.DynamicObjectAware,org.gradle.api.internal.TaskInternal,org.gradle.api.plugins.ExtensionAware,org.gradle.api.Task,org.gradle.util.Configurable<org.gradle.api.Task>
- Direct Known Subclasses:
SonargraphBatchReportTask,SonargraphMultipleSystemsTask
public abstract class AbstractSonargraphBatchModuleTask extends AbstractSonargraphReportTask implements ISonargraphGradleTaskForFiducia
-
-
Constructor Summary
Constructors Constructor Description AbstractSonargraphBatchModuleTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<com.hello2morrow.sonargraph.build.api.DynamicSystemRequest>createDynamicSystemRequests(SonargraphExtension extension)-
Methods inherited from class com.hello2morrow.sonargraph.build.client.gradle.AbstractSonargraphReportTask
configureClassPath, createOpenRequest, createReportRequest, createStartupRequest, error, getClientName, getDefaultOutputDirectory, getDescription, getExtension, getExtension, getFailSet, getHttpProxyHost, getHttpProxyPassword, getHttpProxyPort, getHttpProxyUsername, getProjectDirectory, getProxyFactory, getSystemModel, getTargetDirectoriesOfProjects, getTimestamp, getVersion, info, isDebugEnabled, warning
-
Methods inherited from class org.gradle.api.DefaultTask
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, 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, usesService
-
Methods inherited from class org.gradle.api.internal.AbstractTask
appendParallelSafeAction, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, replaceLogger, setImpliesSubProjects
-
-
-
-
Method Detail
-
createDynamicSystemRequests
protected java.util.List<com.hello2morrow.sonargraph.build.api.DynamicSystemRequest> createDynamicSystemRequests(SonargraphExtension extension) throws com.hello2morrow.sonargraph.build.api.SonargraphBuildException
- Throws:
com.hello2morrow.sonargraph.build.api.SonargraphBuildException
-
-