Package be.vbgn.gradle.cidetect.provider
Interface CiInformationProvider
-
- All Known Implementing Classes:
GitlabCiInformationProvider,JenkinsInformationProvider,TravisCiInformationProvider
public interface CiInformationProvider
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static java.util.List<CiInformationProvider>installedProviders()booleanisSupported()CiInformationnewCiInformation(org.gradle.api.Project project)
-
-
-
Method Detail
-
installedProviders
static java.util.List<CiInformationProvider> installedProviders()
-
isSupported
boolean isSupported()
-
newCiInformation
@Nullable CiInformation newCiInformation(@Nullable org.gradle.api.Project project)
-
-