
hudson.scm.IntegrityRepositoryBrowser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of integrity-plugin Show documentation
Show all versions of integrity-plugin Show documentation
PTC Integrity - Hudson Plugin
The newest version!
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 - 2025 Weber Informatics LLC | Privacy Policy