Uses of Class
com.s8.api.flow.repository.objects.RepoS8Object
Packages that use RepoS8Object
-
Uses of RepoS8Object in com.s8.api.flow.repository.requests
Fields in com.s8.api.flow.repository.requests declared as RepoS8ObjectModifier and TypeFieldDescriptionfinal RepoS8Object[]CommitBranchS8Request.objectsThe request committed objectsfinal RepoS8Object[]CreateRepositoryS8Request.objectsthe objectsConstructors in com.s8.api.flow.repository.requests with parameters of type RepoS8ObjectModifierConstructorDescriptionCommitBranchS8Request(String repositoryAddress, String branchId, RepoS8Object[] objects, String author, String comment) Main constructorCreateRepositoryS8Request(String repositoryName, String repositoryAddress, String repositoryInfo, String mainBranchName, RepoS8Object[] objects, String initialCommitComment) Main constructor