Interface VCSUriConfig


public interface VCSUriConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether the vcs-uri annotation should be added to the generated configuration.
    Optional override of the vcs-uri annotation.
  • Method Details

    • enabled

      @WithDefault("true") boolean enabled()
      Whether the vcs-uri annotation should be added to the generated configuration.
    • override

      Optional<String> override()
      Optional override of the vcs-uri annotation.