public class CachetMatrixAction extends Object implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy
| Constructor and Description |
|---|
CachetMatrixAction(hudson.matrix.MatrixProject project) |
| Modifier and Type | Method and Description |
|---|---|
void |
doSave(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
Iterable<hudson.matrix.Combination> |
getAxis() |
String |
getDisplayName() |
String |
getIconFileName() |
List<String> |
getResourceNames() |
Object |
getTarget() |
String |
getUrlName() |
boolean |
isChecked(String combination) |
boolean |
isSelected(String combination,
String resource) |
protected void |
setCachetProperty(hudson.matrix.Combination combination,
List<String> resources)
Taking the resources for some combination from the UI into the correct configuration.
|
public CachetMatrixAction(hudson.matrix.MatrixProject project)
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 Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxy@Restricted(value=org.kohsuke.accmod.restrictions.DoNotUse.class) public boolean isChecked(String combination)
@Restricted(value=org.kohsuke.accmod.restrictions.DoNotUse.class) public boolean isSelected(String combination, String resource)
@Restricted(value=org.kohsuke.accmod.restrictions.DoNotUse.class) public List<String> getResourceNames()
public Iterable<hudson.matrix.Combination> getAxis()
protected void setCachetProperty(hudson.matrix.Combination combination,
List<String> resources)
throws IOException
IOExceptionpublic void doSave(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOExceptionCopyright © 2016–2020. All rights reserved.