Uses of Interface
org.apache.maven.api.cli.cisupport.CIInfo
Packages that use CIInfo
Package
Description
Provides the API for Maven's command-line interface and tools.
This package contain support (mostly abstract) classes, that implement "base" of CLIng.
-
Uses of CIInfo in org.apache.maven.api.cli
Methods in org.apache.maven.api.cli that return types with arguments of type CIInfo -
Uses of CIInfo in org.apache.maven.cling.invoker
Fields in org.apache.maven.cling.invoker declared as CIInfoMethods in org.apache.maven.cling.invoker that return CIInfoModifier and TypeMethodDescriptionprotected CIInfo
BaseParser.detectCI
(BaseParser.LocalContext context) Methods in org.apache.maven.cling.invoker that return types with arguments of type CIInfoConstructors in org.apache.maven.cling.invoker with parameters of type CIInfoModifierConstructorDescriptionBaseInvokerRequest
(ParserRequest parserRequest, boolean parsingFailed, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, List<CoreExtensions> coreExtensions, CIInfo ciInfo, Options options) -
Uses of CIInfo in org.apache.maven.cling.invoker.cisupport
Methods in org.apache.maven.cling.invoker.cisupport that return types with arguments of type CIInfoModifier and TypeMethodDescriptionCIDetector.detectCI()
Returns non-empty optional with CI information, if CI is detected, empty otherwise.CIDetectorHelper.detectCI()
CircleCIDetector.detectCI()
GenericCIDetector.detectCI()
GithubCIDetector.detectCI()
JenkinsCIDetector.detectCI()
TeamcityCIDetector.detectCI()
TravisCIDetector.detectCI()