Class RunApi
- java.lang.Object
-
- io.jenkins.plugins.devopsportal.api.RunApi
-
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject,RootAction
@Extension public class RunApi extends Object implements RootAction
The API controller for all operations about RUN features- Author:
- Rémi BELLO <remi@evolya.fr>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description RunApi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kohsuke.stapler.HttpResponsedeleteRunOperation(String environment, String job, String number, String origin)DeploymentOperation.DescriptorImplgetDescriptor()StringgetDisplayName()StringgetIconFileName()StringgetUrlName()
-
-
-
Method Detail
-
getIconFileName
@CheckForNull public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
@CheckForNull public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
getDescriptor
public DeploymentOperation.DescriptorImpl getDescriptor()
-
deleteRunOperation
@POST @WebMethod(name="delete-operation") public org.kohsuke.stapler.HttpResponse deleteRunOperation(@QueryParameter(required=true) String environment, @QueryParameter(required=true) String job, @QueryParameter(required=true) String number, @QueryParameter(required=true) String origin)
-
-