public class OntrackStepHelper extends Object
Constructor and Description |
---|
OntrackStepHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
adaptRunInfo(org.jenkinsci.plugins.workflow.steps.StepContext context,
Map<String,Object> runInfo) |
static Map<String,?> |
getRunInfo(org.jenkinsci.plugins.workflow.steps.StepContext context,
hudson.model.TaskListener taskListener) |
static String |
getValidationRunStatusFromRun(org.jenkinsci.plugins.workflow.steps.StepContext context) |
static String |
getValidationRunStatusFromStage(org.jenkinsci.plugins.workflow.steps.StepContext context) |
static String |
toValidationRunStatus(hudson.model.Result result) |
@Nullable public static String toValidationRunStatus(@Nullable hudson.model.Result result)
public static String getValidationRunStatusFromStage(org.jenkinsci.plugins.workflow.steps.StepContext context) throws IOException, InterruptedException
IOException
InterruptedException
public static String getValidationRunStatusFromRun(org.jenkinsci.plugins.workflow.steps.StepContext context) throws IOException, InterruptedException
IOException
InterruptedException
@Nullable public static Map<String,?> getRunInfo(org.jenkinsci.plugins.workflow.steps.StepContext context, hudson.model.TaskListener taskListener) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2016–2023. All rights reserved.