Class RestAPIExtension
- java.lang.Object
-
- org.bonitasoft.plugin.analyze.report.model.CustomPage
-
- org.bonitasoft.plugin.analyze.report.model.RestAPIExtension
-
public class RestAPIExtension extends CustomPage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bonitasoft.plugin.analyze.report.model.CustomPage
CustomPage.CustomPageType
-
-
Field Summary
-
Fields inherited from class org.bonitasoft.plugin.analyze.report.model.CustomPage
DESCRIPTION_PROPERTY, DISPLAY_NAME_PROPERTY, NAME_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description RestAPIExtension()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RestAPIExtensioncreate(String name, String displayName, String description, Artifact artifact)-
Methods inherited from class org.bonitasoft.plugin.analyze.report.model.CustomPage
create
-
-
-
-
Method Detail
-
create
public static RestAPIExtension create(String name, String displayName, String description, Artifact artifact)
-
-