Uses of Class
io.gs2.cdk.version.model.options.VersionModelOptions
Packages that use VersionModelOptions
-
Uses of VersionModelOptions in io.gs2.cdk.version.model
Constructors in io.gs2.cdk.version.model with parameters of type VersionModelOptionsModifierConstructorDescriptionVersionModel(String name, VersionModelScope scope, VersionModelType type, VersionModelOptions options) -
Uses of VersionModelOptions in io.gs2.cdk.version.model.options
Methods in io.gs2.cdk.version.model.options that return VersionModelOptionsModifier and TypeMethodDescriptionVersionModelOptions.withCurrentVersion(Version currentVersion) VersionModelOptions.withErrorVersion(Version errorVersion) VersionModelOptions.withMetadata(String metadata) VersionModelOptions.withNeedSignature(Boolean needSignature) VersionModelOptions.withScheduleVersions(List<ScheduleVersion> scheduleVersions) VersionModelOptions.withSignatureKeyId(String signatureKeyId) VersionModelOptions.withWarningVersion(Version warningVersion)