Class: UU::OS::Env::VersionStrategy
- Inherits:
-
Object
- Object
- UU::OS::Env::VersionStrategy
- Defined in:
- uu_os_framework-0.29.16/lib/uu/os/env/version_strategy.rb
Overview
Specifies what to do with versions.
Constant Summary
- DO_NOT_PUBLISH =
Do not publish. Data is stored to the private version and not published.
'DO_NOT_PUBLISH'
- CREATE_NEW_VERSION =
Create new version. New version is created and published.
'CREATE_NEW_VERSION'
- OVERWRITE_VERSION =
Overwrite version. Current version is overwritten. If not permitted by the system, new version is created.
'OVERWRITE_VERSION'