com.polarion.alm.builder.IFreezableRepository


METHODS
Modifiers and TypeNameDescription
IFreezableRepository freeze() Freeze repository.

Current repository is not affected, new instance is returned.

Returns current repository if {@link #isFrozen()} is already true.

IFreezableRepository thaw() Thaw (unfroze) repository.

Returned repository will be the one which was frozen before and its {@link #isFrozen()} will be false.

Returns current repository if {@link #isFrozen()} is already false.

boolean isFrozen() Whether this is frozen repository.

Back to Index