Interface MavenPomCiManagement


public interface MavenPomCiManagement
The CI management system of a Maven publication.
Since:
4.8
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of this CI management system.
    The URL of this CI management system.
  • Method Details

    • getSystem

      Property<String> getSystem()
      The name of this CI management system.
    • getUrl

      Property<String> getUrl()
      The URL of this CI management system.