Class BuildApi
- java.lang.Object
-
- io.jenkins.plugins.devopsportal.api.BuildApi
-
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject,RootAction
@Extension public class BuildApi extends Object implements RootAction
The API controller for all operations about BUILD 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 BuildApi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kohsuke.stapler.HttpResponsedeleteBuildStatusByVersion(String application, String version, String origin)ApplicationBuildStatus.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 ApplicationBuildStatus.DescriptorImpl getDescriptor()
-
-