Uses of Enum
io.jenkins.plugins.propelo.commons.models.ApplicationType
Packages that use ApplicationType
Package
Description
-
Uses of ApplicationType in io.jenkins.plugins.propelo.commons.models
Methods in io.jenkins.plugins.propelo.commons.models that return ApplicationTypeModifier and TypeMethodDescriptionstatic ApplicationTypeApplicationType.fromString(String value) static ApplicationTypeReturns the enum constant of this type with the specified name.static ApplicationType[]ApplicationType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ApplicationType in io.jenkins.plugins.propelo.job_reporter.extensions
Methods in io.jenkins.plugins.propelo.job_reporter.extensions that return ApplicationTypeMethods in io.jenkins.plugins.propelo.job_reporter.extensions with parameters of type ApplicationTypeModifier and TypeMethodDescriptionvoidPropeloJobReporterConfiguration.setApplicationType(ApplicationType applicationType) Constructors in io.jenkins.plugins.propelo.job_reporter.extensions with parameters of type ApplicationTypeModifierConstructorDescriptionPropeloJobReporterConfiguration(Secret levelOpsApiKey, String levelOpsPluginPath, boolean trustAllCertificates, String productIds, String jenkinsInstanceName, Boolean isRegistered, String jenkinsStatus, String jenkinsUserName, String jenkinsBaseUrl, Secret jenkinsUserToken, long heartbeatDuration, String bullseyeXmlResultPaths, long configUpdatedAt, ApplicationType applicationType) -
Uses of ApplicationType in io.jenkins.plugins.propelo.job_reporter.plugins
Methods in io.jenkins.plugins.propelo.job_reporter.plugins that return ApplicationType