Interface SpringReleasePluginExtension


public interface SpringReleasePluginExtension
  • Method Details

    • getRepositoryOwner

      org.gradle.api.provider.Property<String> getRepositoryOwner()
    • getRepositoryName

      org.gradle.api.provider.Property<String> getRepositoryName()
    • getWeekOfMonth

      org.gradle.api.provider.Property<Integer> getWeekOfMonth()
    • getDayOfWeek

      org.gradle.api.provider.Property<Integer> getDayOfWeek()
    • getReferenceDocUrl

      org.gradle.api.provider.Property<String> getReferenceDocUrl()
    • getApiDocUrl

      org.gradle.api.provider.Property<String> getApiDocUrl()
    • getReplaceSnapshotVersionInReferenceDocUrl

      org.gradle.api.provider.Property<Boolean> getReplaceSnapshotVersionInReferenceDocUrl()
    • getReleaseVersionPrefix

      org.gradle.api.provider.Property<String> getReleaseVersionPrefix()