public final class SetCustomBuildPropertyStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
SetCustomBuildPropertyStep.DescriptorImpl |
static class |
SetCustomBuildPropertyStep.Execution |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
SetCustomBuildPropertyStep(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
Object |
getValue() |
boolean |
isOnlySetIfAbsent() |
protected static void |
runLogic(String key,
Object value,
boolean onlySetIfAbsent,
Run<?,?> run) |
void |
setOnlySetIfAbsent(boolean onlySetIfAbsent) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
protected static void runLogic(String key, Object value, boolean onlySetIfAbsent, Run<?,?> run) throws Exception
Exceptionpublic String getKey()
public Object getValue()
public boolean isOnlySetIfAbsent()
@DataBoundSetter public void setOnlySetIfAbsent(boolean onlySetIfAbsent)
Copyright © 2016–2019. All rights reserved.