Class Repository
java.lang.Object
org.sourcelab.github.client.objects.Repository
-
Constructor Summary
ConstructorsConstructorDescriptionRepository(long id, String name, String fullName, boolean isPrivate, String htmlUrl, String description, boolean isArchived, boolean isDisabled, ZonedDateTime createdAt, ZonedDateTime updatedAt, RepositoryOwner owner) Constructor. -
Method Summary
-
Constructor Details
-
Repository
public Repository(long id, String name, String fullName, boolean isPrivate, String htmlUrl, String description, boolean isArchived, boolean isDisabled, ZonedDateTime createdAt, ZonedDateTime updatedAt, RepositoryOwner owner) Constructor.
-
-
Method Details