Interface PublishResetParameters
- All Superinterfaces:
PublishCommonParameters,org.gradle.workers.WorkParameters
Parameters required for resetting the local repository.
- Since:
- 0.1.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.workers.WorkParameters
org.gradle.workers.WorkParameters.None -
Method Summary
Methods inherited from interface org.ysb33r.gradle.git.publish.internal.worker.PublishCommonParameters
getHttpCredentials, getRepoDir, getSshCredentials
-
Method Details
-
getRepoURI
org.gradle.api.provider.Property<URI> getRepoURI() -
getBranch
org.gradle.api.provider.Property<String> getBranch() -
getFetchDepth
org.gradle.api.provider.Property<Integer> getFetchDepth() -
getFilesInRepo
org.gradle.api.file.ConfigurableFileCollection getFilesInRepo() -
getPreservedFilesInRepo
org.gradle.api.file.ConfigurableFileCollection getPreservedFilesInRepo()
-