public class RedmineRepositoryBrowser
extends hudson.scm.SubversionRepositoryBrowser
Modifier and Type | Class and Description |
---|---|
static class |
RedmineRepositoryBrowser.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static RedmineRepositoryBrowser.DescriptorImpl |
DESCRIPTOR |
Constructor and Description |
---|
RedmineRepositoryBrowser()
Deprecated.
|
RedmineRepositoryBrowser(String repositoryId) |
Modifier and Type | Method and Description |
---|---|
URL |
getChangeSetLink(hudson.scm.SubversionChangeLogSet.LogEntry changeSet) |
hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>> |
getDescriptor() |
URL |
getDiffLink(hudson.scm.SubversionChangeLogSet.Path path) |
URL |
getFileLink(hudson.scm.SubversionChangeLogSet.Path path) |
String |
getRepositoryId() |
@Extension public static final RedmineRepositoryBrowser.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public RedmineRepositoryBrowser(String repositoryId)
@Deprecated public RedmineRepositoryBrowser()
RedmineRepositoryBrowser(String)
public String getRepositoryId()
public URL getDiffLink(hudson.scm.SubversionChangeLogSet.Path path) throws IOException
getDiffLink
in class hudson.scm.SubversionRepositoryBrowser
IOException
public URL getFileLink(hudson.scm.SubversionChangeLogSet.Path path) throws IOException
getFileLink
in class hudson.scm.SubversionRepositoryBrowser
IOException
public URL getChangeSetLink(hudson.scm.SubversionChangeLogSet.LogEntry changeSet) throws IOException
getChangeSetLink
in class hudson.scm.RepositoryBrowser<hudson.scm.SubversionChangeLogSet.LogEntry>
IOException
public hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>> getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>
getDescriptor
in class hudson.model.AbstractDescribableImpl<hudson.scm.RepositoryBrowser<?>>
Copyright © 2004-2017. All Rights Reserved.