Uses of Class
io.github.cdklabs.projen.github.VersioningStrategy
-
Packages that use VersioningStrategy Package Description io.github.cdklabs.projen.github -
-
Uses of VersioningStrategy in io.github.cdklabs.projen.github
Methods in io.github.cdklabs.projen.github that return VersioningStrategy Modifier and Type Method Description default VersioningStrategyDependabotOptions. getVersioningStrategy()(experimental) The strategy to use when edits manifest and lock files.VersioningStrategyDependabotOptions.Jsii$Proxy. getVersioningStrategy()static VersioningStrategyVersioningStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static VersioningStrategy[]VersioningStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.github with parameters of type VersioningStrategy Modifier and Type Method Description Dependabot.BuilderDependabot.Builder. versioningStrategy(VersioningStrategy versioningStrategy)(experimental) The strategy to use when edits manifest and lock files.DependabotOptions.BuilderDependabotOptions.Builder. versioningStrategy(VersioningStrategy versioningStrategy)Sets the value ofDependabotOptions.getVersioningStrategy()
-