public abstract class GitHubWorkflowFeature extends java.lang.Object implements Feature
Constructor and Description |
---|
GitHubWorkflowFeature() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCategory() |
java.util.List<Secret> |
getSecrets() |
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, wait
apply, getDescription, getMicronautDocumentation, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isVisible, processSelectedFeatures
public boolean isPreview()
public boolean supports(ApplicationType applicationType)
Feature
public java.lang.String getCategory()
getCategory
in interface Feature
Category
to which the feature belongs to.public java.util.List<Secret> getSecrets()