@Immutable public interface SCM
@NotNull(message="branch is never NULL") Branch checkout(@NotNull(message="branch can\'t be NULL") String name) throws IOException
name
- Branch name to checkout (SCM dependent)IOException
- If fails@NotNull(message="list of branches is never NULL") Iterable<String> branches() throws IOException
IOException
- If failsCopyright © 2009–2014 Rultor Inc.. All rights reserved.