Class SonargraphDynamicReportTask
- 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.SonargraphDynamicReportTask
-
- All Implemented Interfaces:
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>
public class SonargraphDynamicReportTask extends AbstractSonargraphReportTask
-
-
Constructor Summary
Constructors Constructor Description SonargraphDynamicReportTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.hello2morrow.sonargraph.build.client.SonargraphBuildTransactioncreateTransaction(com.hello2morrow.sonargraph.build.api.StartupRequest startupRequest)java.lang.StringgetDescription()intgetInput()protected java.lang.StringgetSystemDirectory()-
Methods inherited from class com.hello2morrow.sonargraph.build.client.gradle.AbstractSonargraphReportTask
configureClassPath, createOpenRequest, createReportRequest, createStartupRequest, error, getClientName, getDefaultOutputDirectory, getExtension, getFailSet, getHttpProxyHost, getHttpProxyPassword, getHttpProxyPort, getHttpProxyUsername, getProjectDirectory, getProxyFactory, getSystemModel, getSystemNameParam, getVersion, info, initializeSystemModel, 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, setImpliesSubProjects
-
-
-
-
Method Detail
-
getInput
@Input public int getInput()
-
getDescription
@Internal public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceorg.gradle.api.Task- Specified by:
getDescriptionin classAbstractSonargraphReportTask
-
createTransaction
public com.hello2morrow.sonargraph.build.client.SonargraphBuildTransaction createTransaction(com.hello2morrow.sonargraph.build.api.StartupRequest startupRequest)
-
getSystemDirectory
@Internal protected java.lang.String getSystemDirectory()
- Overrides:
getSystemDirectoryin classAbstractSonargraphReportTask
-
-