public class IntegrityWebUI extends IntegrityRepositoryBrowser
Modifier and Type | Class and Description |
---|---|
static class |
IntegrityWebUI.IntegrityWebUIDescriptorImpl
The relationship of Descriptor and Browser (the describable) is akin to class and object.
|
Modifier and Type | Field and Description |
---|---|
String |
url
The URL of the Integrity Configuration Management Server For example:
http://hostname:7001
NOTE: This is optional and is used as an override to the URL found within the
IntegrityChangeLogSet.getIntegrityURL()
|
static IntegrityWebUI.IntegrityWebUIDescriptorImpl |
WEBUI_DESCRIPTOR |
Constructor and Description |
---|
IntegrityWebUI(String url)
Provides a mechanism to override the URL for the Change Log Set
|
Modifier and Type | Method and Description |
---|---|
URL |
getChangeSetLink(hudson.scm.ChangeLogSet.Entry logEntry)
At this point we don't have a separate link for the Change Set itself Each entry essentially is
a change set within itself Returns an Integrity annotation view link for a specific file
|
hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>> |
getDescriptor()
Returns the Descriptor
|
URL |
getDiffLink(IntegrityChangeLogSet.IntegrityChangeLog logEntry)
Returns an Integrity differences link for a specific file
|
URL |
getViewCPLink(IntegrityChangeLogSet.IntegrityChangeLog logEntry) |
public final String url
@Extension public static final IntegrityWebUI.IntegrityWebUIDescriptorImpl WEBUI_DESCRIPTOR
@DataBoundConstructor public IntegrityWebUI(String url)
url
- 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<?>>
public URL getDiffLink(IntegrityChangeLogSet.IntegrityChangeLog logEntry) throws IOException
getDiffLink
in class IntegrityRepositoryBrowser
IOException
public URL getChangeSetLink(hudson.scm.ChangeLogSet.Entry logEntry) throws IOException
getChangeSetLink
in class hudson.scm.RepositoryBrowser<hudson.scm.ChangeLogSet.Entry>
IOException
public URL getViewCPLink(IntegrityChangeLogSet.IntegrityChangeLog logEntry) throws IOException
getViewCPLink
in class IntegrityRepositoryBrowser
IOException
Copyright © 2016–2024. All rights reserved.