org.bndtools.templating.jgit.GithubRepoDetailsDTO Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.bndtools.templating.gitrepo Show documentation
Show all versions of org.bndtools.templating.gitrepo Show documentation
org.bndtools.templating.gitrepo
package org.bndtools.templating.jgit;
public class GithubRepoDetailsDTO {
public String full_name;
public String description;
public String html_url;
public String clone_url;
public String default_branch;
public GithubRepoOwnerDTO owner;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy