com.polarion.alm.builder.IFreezableRepository
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IFreezableRepository | freeze() | Freeze repository. Current repository is not affected, new instance is returned. Returns current repository if {@link #isFrozen()} is already |
IFreezableRepository | thaw() | Thaw (unfroze) repository. Returned repository will be the one which was frozen before and its {@link #isFrozen()} will be Returns current repository if {@link #isFrozen()} is already |
boolean | isFrozen() | Whether this is frozen repository. |
Back to Index