public class BuildCauseRetriever extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ENV_CAUSE |
static String |
ENV_ROOT_CAUSE |
Constructor and Description |
---|
BuildCauseRetriever() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getTriggeredCause(hudson.model.AbstractBuild<?,?> build)
Deprecated.
Use
EnvVarsResolver.getCauseEnvVars(hudson.model.Run) |
Map<String,String> |
getTriggeredCause(hudson.model.Run<?,?> run) |
public static final String ENV_CAUSE
public static final String ENV_ROOT_CAUSE
Copyright © 2016–2017. All rights reserved.