Uses of Class
io.jenkins.plugins.propelo.commons.models.blue_ocean.JobRun
Packages that use JobRun
Package
Description
-
Uses of JobRun in io.jenkins.plugins.propelo.commons.models
Methods in io.jenkins.plugins.propelo.commons.models that return JobRunMethods in io.jenkins.plugins.propelo.commons.models with parameters of type JobRunConstructors in io.jenkins.plugins.propelo.commons.models with parameters of type JobRunModifierConstructorDescriptionJobRunCompleteData
(JobRun jobRun, File completeDataDirectory, File completeDataZipFile) -
Uses of JobRun in io.jenkins.plugins.propelo.commons.models.blue_ocean
Methods in io.jenkins.plugins.propelo.commons.models.blue_ocean that return types with arguments of type JobRunMethod parameters in io.jenkins.plugins.propelo.commons.models.blue_ocean with type arguments of type JobRunModifier and TypeMethodDescriptionvoid
JobRun.setChildJobRuns
(List<JobRun> childJobRuns) void
Node.setChildJobRuns
(List<JobRun> childJobRuns) -
Uses of JobRun in io.jenkins.plugins.propelo.commons.models.jenkins.saas
Methods in io.jenkins.plugins.propelo.commons.models.jenkins.saas that return JobRunConstructors in io.jenkins.plugins.propelo.commons.models.jenkins.saas with parameters of type JobRunModifierConstructorDescriptionJobRunCompleteRequest
(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) -
Uses of JobRun in io.jenkins.plugins.propelo.commons.service
Methods in io.jenkins.plugins.propelo.commons.service that return JobRun -
Uses of JobRun in io.jenkins.plugins.propelo.job_reporter.service
Methods in io.jenkins.plugins.propelo.job_reporter.service that return JobRunModifier and TypeMethodDescriptionJobRunCompleteDataService.gatherJobRunData
(JobRunDetail jobRunDetail, File jobRunCompleteDataDirectory)