@ExportedBean public class CustomBuildPropertiesAction extends Object implements Action
| Modifier and Type | Field and Description |
|---|---|
static String |
CBP_TABLE_PREFIX |
| Constructor and Description |
|---|
CustomBuildPropertiesAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsProperty(String key) |
void |
doGet(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
String key) |
void |
doSet(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
void |
doSetPost(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Deprecated.
Use
doSet(StaplerRequest, StaplerResponse) instead. |
Api |
getApi()
Exposes this object to the remote API.
|
String |
getDisplayName() |
String |
getIconFileName() |
Map<String,Object> |
getProperties() |
Object |
getProperty(String key) |
String |
getUrlName() |
List<CbpTable> |
getViewTables() |
void |
setProperty(String key,
Object value) |
void |
setPropertyIfAbsent(String key,
Object value) |
public static final String CBP_TABLE_PREFIX
public boolean containsProperty(String key)
public Api getApi()
public String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getUrlName()
getUrlName in interface Actionpublic void doGet(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
@QueryParameter(required=true)
String key)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic void doSet(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws Exception
Exception@Deprecated public void doSetPost(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws Exception
doSet(StaplerRequest, StaplerResponse) instead.ExceptionCopyright © 2016–2019. All rights reserved.