public class SemanticReleaseConfigImpl extends Object implements SemanticReleaseConfig
| Constructor and Description |
|---|
SemanticReleaseConfigImpl(Version firstVersion,
List<String> featureTypes,
List<String> patchTypes) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFeatureTypes() |
Version |
getFirstVersion() |
List<String> |
getPatchTypes() |
public Version getFirstVersion()
getFirstVersion in interface SemanticReleaseConfigpublic List<String> getFeatureTypes()
getFeatureTypes in interface SemanticReleaseConfigpublic List<String> getPatchTypes()
getPatchTypes in interface SemanticReleaseConfigCopyright © 2021. All rights reserved.