Class JenkinsCIDetector

java.lang.Object
org.apache.maven.cling.invoker.cisupport.JenkinsCIDetector
All Implemented Interfaces:
CIDetector

public class JenkinsCIDetector extends Object implements CIDetector
Jenkins CI support.
  • Field Details

  • Constructor Details

    • JenkinsCIDetector

      public JenkinsCIDetector()
  • Method Details

    • detectCI

      public Optional<CIInfo> detectCI()
      Description copied from interface: CIDetector
      Returns non-empty optional with CI information, if CI is detected, empty otherwise.
      Specified by:
      detectCI in interface CIDetector