public class HubVariableContributor
extends java.lang.Object
implements hudson.model.EnvironmentContributingAction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BOM_ENTRIES_IN_VIOLATION |
static java.lang.String |
BOM_ENTRIES_NOT_IN_VIOLATION |
static java.lang.String |
VIOLATIONS_OVERRIDEN |
| Constructor and Description |
|---|
HubVariableContributor() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildEnvVars(hudson.model.AbstractBuild<?,?> build,
hudson.EnvVars env) |
java.lang.Integer |
getBomEntriesInViolation() |
java.lang.Integer |
getBomEntriesNotInViolation() |
java.lang.String |
getDisplayName() |
java.lang.String |
getIconFileName() |
java.lang.String |
getUrlName() |
java.lang.Integer |
getViolationsOverriden() |
void |
setBomEntriesInViolation(java.lang.Integer bomEntriesInViolation) |
void |
setBomEntriesNotInViolation(java.lang.Integer bomEntriesNotInViolation) |
void |
setViolationsOverriden(java.lang.Integer violationsOverriden) |
public static final java.lang.String BOM_ENTRIES_IN_VIOLATION
public static final java.lang.String VIOLATIONS_OVERRIDEN
public static final java.lang.String BOM_ENTRIES_NOT_IN_VIOLATION
public java.lang.String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic java.lang.String getUrlName()
getUrlName in interface hudson.model.Actionpublic java.lang.Integer getBomEntriesInViolation()
public void setBomEntriesInViolation(java.lang.Integer bomEntriesInViolation)
public java.lang.Integer getViolationsOverriden()
public void setViolationsOverriden(java.lang.Integer violationsOverriden)
public java.lang.Integer getBomEntriesNotInViolation()
public void setBomEntriesNotInViolation(java.lang.Integer bomEntriesNotInViolation)
public void buildEnvVars(hudson.model.AbstractBuild<?,?> build,
hudson.EnvVars env)
buildEnvVars in interface hudson.model.EnvironmentContributingAction