Uses of Enum Class
io.gs2.cdk.version.model.enums.VersionModelScope
Packages that use VersionModelScope
-
Uses of VersionModelScope in io.gs2.cdk.version.model
Methods in io.gs2.cdk.version.model with parameters of type VersionModelScopeModifier and TypeMethodDescriptionstatic VersionModelVersionModel.typeIsSchedule(String name, VersionModelScope scope) static VersionModelVersionModel.typeIsSchedule(String name, VersionModelScope scope, VersionModelTypeIsScheduleOptions options) static VersionModelVersionModel.typeIsSimple(String name, VersionModelScope scope, Version warningVersion, Version errorVersion) static VersionModelVersionModel.typeIsSimple(String name, VersionModelScope scope, Version warningVersion, Version errorVersion, VersionModelTypeIsSimpleOptions options) Constructors in io.gs2.cdk.version.model with parameters of type VersionModelScopeModifierConstructorDescriptionVersionModel(String name, VersionModelScope scope, VersionModelType type) VersionModel(String name, VersionModelScope scope, VersionModelType type, VersionModelOptions options) -
Uses of VersionModelScope in io.gs2.cdk.version.model.enums
Methods in io.gs2.cdk.version.model.enums that return VersionModelScopeModifier and TypeMethodDescriptionstatic VersionModelScopeReturns the enum constant of this class with the specified name.static VersionModelScope[]VersionModelScope.values()Returns an array containing the constants of this enum class, in the order they are declared.