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

hudson.scm.IntegrityRepositoryBrowser Maven / Gradle / Ivy

package hudson.scm;

import hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog;

import java.io.IOException;
import java.net.URL;

public abstract class IntegrityRepositoryBrowser extends RepositoryBrowser 
{
	private static final long serialVersionUID = 4745105100520040559L;

    /**
     * Constructs the differences link between two Integrity Member Revisions.
     * @return
     * 		URL containing the link to difference two revisions 
     */
    public abstract URL getDiffLink(IntegrityChangeLog logEntry) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy