Package io.quarkus.test.utils
Class GitUtils
- java.lang.Object
-
- io.quarkus.test.utils.GitUtils
-
public final class GitUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckoutBranch(ServiceContext serviceContext, String branch)static voidcloneRepository(ServiceContext serviceContext, String repository)
-
-
-
Method Detail
-
cloneRepository
public static void cloneRepository(ServiceContext serviceContext, String repository)
-
checkoutBranch
public static void checkoutBranch(ServiceContext serviceContext, String branch)
-
-