Uses of Class
org.jenkinsci.plugins.badge.EmbeddableBadgeConfig
-
Packages that use EmbeddableBadgeConfig Package Description org.jenkinsci.plugins.badge.actions org.jenkinsci.plugins.badge.dsl -
-
Uses of EmbeddableBadgeConfig in org.jenkinsci.plugins.badge.actions
Methods in org.jenkinsci.plugins.badge.actions that return EmbeddableBadgeConfig Modifier and Type Method Description EmbeddableBadgeConfig
EmbeddableBadgeConfigsAction. getConfig(String id)
static EmbeddableBadgeConfig
EmbeddableBadgeConfigsAction. resolve(Job<?,?> job, String id)
static EmbeddableBadgeConfig
EmbeddableBadgeConfigsAction. resolve(Run<?,?> run, String id)
Methods in org.jenkinsci.plugins.badge.actions with parameters of type EmbeddableBadgeConfig Modifier and Type Method Description void
EmbeddableBadgeConfigsAction. addConfig(EmbeddableBadgeConfig config)
-
Uses of EmbeddableBadgeConfig in org.jenkinsci.plugins.badge.dsl
Methods in org.jenkinsci.plugins.badge.dsl that return EmbeddableBadgeConfig Modifier and Type Method Description protected EmbeddableBadgeConfig
AddEmbeddableBadgeConfigStep.Execution. run()
-