Class TeamcityCIDetector

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

public class TeamcityCIDetector extends Object implements CIDetector
TeamCity CI support.
  • Field Details

  • Constructor Details

    • TeamcityCIDetector

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