@ExportedBean public class CustomBuildPropertiesAction extends Object implements jenkins.model.RunAction2
| 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. |
hudson.model.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 |
onAttached(hudson.model.Run<?,?> run) |
void |
onLoad(hudson.model.Run<?,?> run) |
Object |
setProperty(String key,
Object newValue) |
Object |
setPropertyIfAbsent(String key,
Object newValue) |
public static final String CBP_TABLE_PREFIX
public boolean containsProperty(String key)
public void onAttached(hudson.model.Run<?,?> run)
onAttached in interface jenkins.model.RunAction2public void onLoad(hudson.model.Run<?,?> run)
onLoad in interface jenkins.model.RunAction2public hudson.model.Api getApi()
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.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–2020. All rights reserved.