Package io.jenkins.plugins.trunk.utils
Class JobUtil
java.lang.Object
io.jenkins.plugins.trunk.utils.JobUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FreeStyleBuild
asFreestyleBuild
(Run<?, ?> run) static org.jenkinsci.plugins.workflow.job.WorkflowRun
asWorkflowRun
(Run<?, ?> run)
-
Constructor Details
-
JobUtil
public JobUtil()
-
-
Method Details
-
asWorkflowRun
@CheckForNull public static org.jenkinsci.plugins.workflow.job.WorkflowRun asWorkflowRun(@NonNull Run<?, ?> run) -
asFreestyleBuild
-