Class AbstractSonargraphGlobalTask
- 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.AbstractSonargraphGlobalTask
-
- 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:
SonargraphGlobalReportTask,SonargraphGlobalSystemTask
public abstract class AbstractSonargraphGlobalTask extends AbstractSonargraphReportTask implements ISonargraphGradleTaskForFiducia
-
-
Constructor Summary
Constructors Constructor Description AbstractSonargraphGlobalTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.hello2morrow.sonargraph.build.api.DynamicSystemRequestcreateDynamicSystemRequest(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
-
createDynamicSystemRequest
protected com.hello2morrow.sonargraph.build.api.DynamicSystemRequest createDynamicSystemRequest(SonargraphExtension extension) throws com.hello2morrow.sonargraph.build.api.SonargraphBuildException
- Throws:
com.hello2morrow.sonargraph.build.api.SonargraphBuildException
-
-