Uses of Class
io.jenkins.plugins.propelo.commons.models.JobRunParam
Packages that use JobRunParam
Package
Description
-
Uses of JobRunParam in io.jenkins.plugins.propelo.commons.models
Methods in io.jenkins.plugins.propelo.commons.models that return types with arguments of type JobRunParamModifier and TypeMethodDescriptionJobRunDetail.getJobRunParams()
JobRunParamsMessage.getJobRunParams()
Method parameters in io.jenkins.plugins.propelo.commons.models with type arguments of type JobRunParamModifier and TypeMethodDescriptionvoid
JobRunParamsMessage.setJobRunParams
(List<JobRunParam> jobRunParams) Constructor parameters in io.jenkins.plugins.propelo.commons.models with type arguments of type JobRunParamModifierConstructorDescriptionJobRunDetail
(String jobName, List<JobRunParam> jobRunParams, String userId, long startTime, String result, long duration, long buildNumber, JobRunDetail upstreamJobRun, String branchName, String jobFullName, String moduleName, String jobNormalizedFullName, Set<JobTrigger> triggerChain) JobRunParamsMessage
(Long buildNumber, List<JobRunParam> jobRunParams) -
Uses of JobRunParam in io.jenkins.plugins.propelo.commons.models.jenkins.saas
Methods in io.jenkins.plugins.propelo.commons.models.jenkins.saas that return types with arguments of type JobRunParamModifier and TypeMethodDescriptionJobRunClearanceCheck.getJobRunParams()
JobRunCompleteRequest.getJobRunParams()
Constructor parameters in io.jenkins.plugins.propelo.commons.models.jenkins.saas with type arguments of type JobRunParamModifierConstructorDescriptionJobRunClearanceCheck
(String jobName, String userId, List<JobRunParam> jobRunParams, String repoUrl, String scmUserId, String jenkinsInstanceGuid, String jenkinsInstanceName, JobRunClearanceCheck upstreamJobRun) JobRunCompleteRequest
(String jobName, String userId, List<JobRunParam> jobRunParams, String repoUrl, String scmUserId, long startTime, String result, long duration, long buildNumber, String jenkinsInstanceGuid, String jenkinsInstanceName, String jenkinsInstanceUrl, JobRun jobRun, String jobFullName, String jobNormalizedFullName, String branchName, String moduleName, List<String> scmCommitIds, Set<JobTrigger> triggerChain)