public abstract class CIWorkflowFeature extends java.lang.Object implements Feature
| Constructor and Description | 
|---|
CIWorkflowFeature()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCategory()  | 
abstract java.lang.String | 
getWorkflowFileName(GeneratorContext generatorContext)  | 
boolean | 
isPreview()  | 
boolean | 
supports(ApplicationType applicationType)
This method must be implemented to ensure it is only selectable for the desired
 application types. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, getDescription, getMicronautDocumentation, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isVisible, processSelectedFeaturespublic boolean isPreview()
public boolean supports(ApplicationType applicationType)
Featurepublic java.lang.String getCategory()
getCategory in interface FeatureCategory to which the feature belongs to.@NonNull public abstract java.lang.String getWorkflowFileName(GeneratorContext generatorContext)