net.praqma.jenkins.plugin.reloaded
Class MatrixReloadedAction
java.lang.Object
net.praqma.jenkins.plugin.reloaded.MatrixReloadedAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class MatrixReloadedAction
- extends Object
- implements hudson.model.Action
The Matrix Reloaded Action class. This enables the plugin to add the link
action to the side panel.
- Author:
- wolfgang
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatrixReloadedAction
public MatrixReloadedAction()
MatrixReloadedAction
public MatrixReloadedAction(String checked)
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
getBuild
public hudson.model.AbstractBuild<?,?> getBuild()
getPrefix
public String getPrefix()
getChecked
public String getChecked()
getPermission
public hudson.security.Permission getPermission()
combinationExists
public boolean combinationExists(hudson.model.AbstractBuild<?,?> build,
hudson.matrix.Combination c)
getRebuildAction
public RebuildAction getRebuildAction(Map<String,String[]> formData)
doConfigSubmit
public void doConfigSubmit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws javax.servlet.ServletException,
IOException,
InterruptedException
- This submits the action added by the run listener, onCompleted and will thus matrix reload a matrix build.
- Parameters:
req - rsp -
- Throws:
javax.servlet.ServletException
IOException
InterruptedException
Copyright © 2004-2014. All Rights Reserved.