Interface PublishPushParameters

All Superinterfaces:
PublishCommonParameters, org.gradle.workers.WorkParameters

public interface PublishPushParameters extends PublishCommonParameters
Parameters required for pushing the local repository to the remote.
Since:
0.1.0
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.workers.WorkParameters

    org.gradle.workers.WorkParameters.None
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.api.provider.Property<String>
     
    org.gradle.api.provider.Property<File>
     

    Methods inherited from interface org.ysb33r.gradle.git.publish.internal.worker.PublishCommonParameters

    getHttpCredentials, getRepoDir, getSshCredentials
  • Method Details

    • getBranch

      org.gradle.api.provider.Property<String> getBranch()
    • getPushResult

      org.gradle.api.provider.Property<File> getPushResult()