Uses of Enum
io.jenkins.plugins.propelo.commons.models.JobConfigChangeType
Packages that use JobConfigChangeType
Package
Description
-
Uses of JobConfigChangeType in io.jenkins.plugins.propelo.commons.models
Methods in io.jenkins.plugins.propelo.commons.models that return JobConfigChangeTypeModifier and TypeMethodDescriptionJobConfigChange.getChangeType()static JobConfigChangeTypeReturns the enum constant of this type with the specified name.static JobConfigChangeType[]JobConfigChangeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jenkins.plugins.propelo.commons.models with parameters of type JobConfigChangeTypeModifier and TypeMethodDescriptionvoidJobConfigChange.setChangeType(JobConfigChangeType changeType) Constructors in io.jenkins.plugins.propelo.commons.models with parameters of type JobConfigChangeTypeModifierConstructorDescriptionJobConfigChange(JobNameDetails jobNameDetails, JobConfigChangeType changeType, long changeTime, String userId, String usersName) -
Uses of JobConfigChangeType in io.jenkins.plugins.propelo.commons.models.jenkins.saas
Methods in io.jenkins.plugins.propelo.commons.models.jenkins.saas that return JobConfigChangeTypeMethods in io.jenkins.plugins.propelo.commons.models.jenkins.saas with parameters of type JobConfigChangeTypeModifier and TypeMethodDescriptionvoidJobConfigChangeRequest.setChangeType(JobConfigChangeType changeType) Constructors in io.jenkins.plugins.propelo.commons.models.jenkins.saas with parameters of type JobConfigChangeTypeModifierConstructorDescriptionJobConfigChangeRequest(String jobName, String branchName, String moduleName, String jobFullName, String jobNormalizedFullName, String jenkinsInstanceGuid, String jenkinsInstanceName, String jenkinsInstanceUrl, String repoUrl, String scmUserId, JobConfigChangeType changeType, long changeTime, String userId, String usersName)