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
IOExceptionInterruptedExceptionpublic static String getValidationRunStatusFromRun(org.jenkinsci.plugins.workflow.steps.StepContext context) throws IOException, InterruptedException
IOExceptionInterruptedException@Nullable public static Map<String,?> getRunInfo(org.jenkinsci.plugins.workflow.steps.StepContext context, hudson.model.TaskListener taskListener) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2023. All rights reserved.