All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bndtools.templating.jgit.GitCloneTemplateParams Maven / Gradle / Ivy

There is a newer version: 7.1.0
Show newest version
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