|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.promoted_builds.PromotionBadge
public abstract class PromotionBadge
Captures the information about how/when the promotion criteria is satisfied.
This information is used by humans to make sense out of what happened.
| Constructor Summary | |
|---|---|
PromotionBadge()
|
|
| Method Summary | |
|---|---|
void |
buildEnvVars(hudson.model.AbstractBuild<?,?> build,
hudson.EnvVars env)
Called by Status to allow promotion badges to contribute environment variables. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PromotionBadge()
| Method Detail |
|---|
public void buildEnvVars(hudson.model.AbstractBuild<?,?> build,
hudson.EnvVars env)
Status to allow promotion badges to contribute environment variables.
build - The calling build. Never null.env - Environment variables should be added to this map.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||