Class GithubCIDetector

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

public class GithubCIDetector extends Object implements CIDetector
GitHub CI support.
  • Field Details

  • Constructor Details

    • GithubCIDetector

      public GithubCIDetector()
  • 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