public abstract class PublishToGitHubPages
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
PublishToGitHubPages() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.gradle.api.provider.Property<org.gradle.api.credentials.PasswordCredentials> |
getCredentials() |
protected abstract org.gradle.api.file.FileSystemOperations |
getFileOperations() |
abstract org.gradle.api.file.DirectoryProperty |
getPublishDirectory() |
abstract org.gradle.api.provider.Property<java.net.URI> |
getUri() |
compareTo, 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, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, replaceLogger, setImpliesSubProjects@InputDirectory public abstract org.gradle.api.file.DirectoryProperty getPublishDirectory()
@Internal public abstract org.gradle.api.provider.Property<org.gradle.api.credentials.PasswordCredentials> getCredentials()
@Input public abstract org.gradle.api.provider.Property<java.net.URI> getUri()
@Inject protected abstract org.gradle.api.file.FileSystemOperations getFileOperations()