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