hudson.scm.browsers
Class IntegrityWebUI
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.scm.RepositoryBrowser<?>>
hudson.scm.RepositoryBrowser<IntegrityChangeLogSet.IntegrityChangeLog>
hudson.scm.IntegrityRepositoryBrowser
hudson.scm.browsers.IntegrityWebUI
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, java.io.Serializable
public class IntegrityWebUI
- extends IntegrityRepositoryBrowser
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Field Summary |
java.lang.String |
url
The URL of the MKS 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 Summary |
IntegrityWebUI(java.lang.String url)
Provides a mechanism to override the URL for the Change Log Set |
| Methods inherited from class hudson.scm.RepositoryBrowser |
all, normalizeToEndWithSlash, trimHeadSlash |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
url
public final java.lang.String url
- The URL of the MKS 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()
WEBUI_DESCRIPTOR
@Extension
public static final IntegrityWebUI.IntegrityWebUIDescriptorImpl WEBUI_DESCRIPTOR
IntegrityWebUI
@DataBoundConstructor
public IntegrityWebUI(java.lang.String url)
- Provides a mechanism to override the URL for the Change Log Set
- Parameters:
url -
getDescriptor
public hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>> getDescriptor()
- Returns the Descriptor> for the IntegrityWebUI object.
The IntegrityWebUIDescriptorImpl is used to create new instances of the IntegrityWebUI.
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>- Overrides:
getDescriptor in class hudson.model.AbstractDescribableImpl<hudson.scm.RepositoryBrowser<?>>
getDiffLink
public java.net.URL getDiffLink(IntegrityChangeLogSet.IntegrityChangeLog logEntry)
throws java.io.IOException
- Returns an Integrity differences link for a specific file
- Specified by:
getDiffLink in class IntegrityRepositoryBrowser
- Returns:
- URL containing the link to difference two revisions
- Throws:
java.io.IOException
getChangeSetLink
public java.net.URL getChangeSetLink(IntegrityChangeLogSet.IntegrityChangeLog logEntry)
throws java.io.IOException
- 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
- Specified by:
getChangeSetLink in class hudson.scm.RepositoryBrowser<IntegrityChangeLogSet.IntegrityChangeLog>
- Throws:
java.io.IOException
Copyright © 2004-2011 Hudson. All Rights Reserved.