Uses of Class
io.gs2.cdk.version.model.Version
Packages that use Version
-
Uses of Version in io.gs2.cdk.version.model
Methods in io.gs2.cdk.version.model with parameters of type VersionModifier and TypeMethodDescriptionstatic 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 VersionModifierConstructorDescriptionScheduleVersion(Version currentVersion, Version warningVersion, Version errorVersion) ScheduleVersion(Version currentVersion, Version warningVersion, Version errorVersion, ScheduleVersionOptions options) SignTargetVersion(String region, String ownerId, String namespaceName, String versionName, Version version) SignTargetVersion(String region, String ownerId, String namespaceName, String versionName, Version version, SignTargetVersionOptions options) -
Uses of Version in io.gs2.cdk.version.model.options
Fields in io.gs2.cdk.version.model.options declared as VersionModifier and TypeFieldDescriptionStatusOptions.currentVersionVersionModelOptions.currentVersionVersionModelOptions.errorVersionTargetVersionOptions.versionVersionModelOptions.warningVersionMethods in io.gs2.cdk.version.model.options with parameters of type VersionModifier and TypeMethodDescriptionStatusOptions.withCurrentVersion(Version currentVersion) VersionModelOptions.withCurrentVersion(Version currentVersion) VersionModelOptions.withErrorVersion(Version errorVersion) TargetVersionOptions.withVersion(Version version) VersionModelOptions.withWarningVersion(Version warningVersion)