Class SonargraphResendFailedUploadsTask
- 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.SonargraphResendFailedUploadsTask
-
- 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 SonargraphResendFailedUploadsTask extends AbstractSonargraphReportTask
-
-
Constructor Summary
Constructors Constructor Description SonargraphResendFailedUploadsTask()
-
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()-
Methods inherited from class com.hello2morrow.sonargraph.build.client.gradle.AbstractSonargraphReportTask
configureClassPath, createOpenRequest, createReportRequest, createStartupRequest, error, getClientName, getDefaultOutputDirectory, 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
-
getDescription
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)
-
-