org.bndtools.templating.jgit.GitCloneTemplateParams 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;
import java.net.URI;
public class GitCloneTemplateParams {
public static final String DEFAULT_BRANCH = "origin/master"; //$NON-NLS-1$
String cloneUrl;
String branch = DEFAULT_BRANCH;
String name;
String category;
URI iconUri;
URI helpUri;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy