Class CheckoutItem

    • Constructor Detail

      • CheckoutItem

        public CheckoutItem()
    • Method Detail

      • defaultRepository

        public CheckoutItem defaultRepository()
        Sets this checkout request for plan's default repository. Default repository is the repository which is the first on the list of plan's repositories.
      • repository

        public CheckoutItem repository​(@NotNull
                                       @NotNull java.lang.String repositoryName)
        Sets this checkout request for a particular repository.
      • path

        public CheckoutItem path​(@NotNull
                                 @NotNull java.lang.String path)
        Sets the path the repository should be checked out to. The path must be relative to the working directory. Empty by default.