Plugin.DummyImpl
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_ACTIVATED |
SKIP_PERMISSION_CHECK
Constructor and Description |
---|
BuildTriggerBadgePlugin() |
BuildTriggerBadgePlugin(boolean activated) |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
static PluginWrapper |
get() |
boolean |
isActivated() |
void |
setActivated(boolean activated) |
configure, doDynamic, getConfigXml, getTarget, getWrapper, load, postInitialize, save, setServletContext, start, stop
public static final String FIELD_ACTIVATED
public BuildTriggerBadgePlugin()
@DataBoundConstructor public BuildTriggerBadgePlugin(boolean activated)
@NonNull public static PluginWrapper get()
public void configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws IOException, javax.servlet.ServletException, Descriptor.FormException
configure
in class Plugin
IOException
javax.servlet.ServletException
Descriptor.FormException
public boolean isActivated()
public void setActivated(boolean activated)
Copyright © 2016–2022. All rights reserved.