Class CachetMatrixAction
java.lang.Object
com.redhat.jenkins.plugins.cachet.matrix.CachetMatrixAction
- All Implemented Interfaces:
Action
,ModelObject
,org.kohsuke.stapler.StaplerProxy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doSave
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Iterable<hudson.matrix.Combination>
getAxis()
boolean
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.
-
Constructor Details
-
CachetMatrixAction
public CachetMatrixAction(hudson.matrix.MatrixProject project)
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
getTarget
- Specified by:
getTarget
in interfaceorg.kohsuke.stapler.StaplerProxy
-
isChecked
@Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) public boolean isChecked(String combination) -
isSelected
-
getResourceNames
-
getAxis
- Returns:
- all the possible combinations
-
setCachetProperty
protected void setCachetProperty(hudson.matrix.Combination combination, List<String> resources) throws IOException Taking the resources for some combination from the UI into the correct configuration.- Throws:
IOException
-
doSave
public void doSave(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException - Throws:
IOException
-