Uses of Class
org.sourcelab.github.client.objects.Repository
Packages that use Repository
-
Uses of Repository in org.sourcelab.github.client.objects
Methods in org.sourcelab.github.client.objects that return RepositoryConstructors in org.sourcelab.github.client.objects with parameters of type RepositoryModifierConstructorDescriptionWorkflowRun(long id, String name, long checkSuiteId, String headBranch, String headSha, long runNumber, String event, WorkflowRunStatus status, WorkflowRunConclusion conclusion, long workflowId, String htmlUrl, String jobsUrl, String cancelUrl, String rerunUrl, long runAttempt, ZonedDateTime createdAt, ZonedDateTime updatedAt, ZonedDateTime runStartedAt, HeadCommit headCommit, Repository repository, List<PullRequest> pullRequests, Actor actor, Actor triggeringActor) Constructor. -
Uses of Repository in org.sourcelab.github.client.response
Methods in org.sourcelab.github.client.response that return types with arguments of type RepositoryConstructor parameters in org.sourcelab.github.client.response with type arguments of type RepositoryModifierConstructorDescriptionUserReposResponse(PagingLinks pagingLinks, List<Repository> repositories, UserReposRequest originalRequest) Constructor.