public abstract class HttpPut extends OkHttpRequestTask
| Constructor and Description |
|---|
HttpPut() |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Request.Builder |
buildRequest(okhttp3.Request.Builder builder) |
abstract org.gradle.api.provider.Property<String> |
getContentType() |
abstract okhttp3.RequestBody |
getRequestBody(okhttp3.MediaType contentType) |
executeRequest, getHeaders, getPassword, getProgressLoggerFactory, getUrl, getUsername, handleResponsebuildOkHttpClient, getCacheDir, getCacheSize, getForceCache, getForceNetwork, getLoggingLevel, getOkHttpClientcompareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceacceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects@Input @Optional public abstract org.gradle.api.provider.Property<String> getContentType()
public okhttp3.Request.Builder buildRequest(okhttp3.Request.Builder builder)
buildRequest in class OkHttpRequestTaskpublic abstract okhttp3.RequestBody getRequestBody(@Nullable okhttp3.MediaType contentType)