Interface ReposFreezeAction
-
public interface ReposFreezeAction
This interface is used to desfine an action to take while repositories are frozen byISVNRepos.freeze
.- Since:
- 1.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invoke()
The method will be called with frozen repositories
-