Package hudson.scm.browsers
Class IntegrityWebUI
java.lang.Object
hudson.scm.RepositoryBrowser<hudson.scm.ChangeLogSet.Entry>
hudson.scm.IntegrityRepositoryBrowser
hudson.scm.browsers.IntegrityWebUI
- All Implemented Interfaces:
hudson.ExtensionPoint,hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>,Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe relationship of Descriptor and Browser (the describable) is akin to class and object.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe 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 final IntegrityWebUI.IntegrityWebUIDescriptorImpl -
Constructor Summary
ConstructorsConstructorDescriptionIntegrityWebUI(String url) Provides a mechanism to override the URL for the Change Log Set -
Method Summary
Modifier and TypeMethodDescriptiongetChangeSetLink(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 filehudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>> Returns the Descriptorinvalid input: '<'RepositoryBrowserinvalid input: '<'?>> for the IntegrityWebUI object.Returns an Integrity differences link for a specific fileMethods inherited from class hudson.scm.RepositoryBrowser
all, normalizeToEndWithSlash, trimHeadSlash
-
Field Details
-
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() -
WEBUI_DESCRIPTOR
-
-
Constructor Details
-
IntegrityWebUI
Provides a mechanism to override the URL for the Change Log Set- Parameters:
url-
-
-
Method Details
-
getDescriptor
public hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>> getDescriptor()Returns the Descriptorinvalid input: '<'RepositoryBrowserinvalid input: '<'?>> for the IntegrityWebUI object. The IntegrityWebUIDescriptorImpl is used to create new instances of the IntegrityWebUI. -
getDiffLink
Returns an Integrity differences link for a specific file- Specified by:
getDiffLinkin classIntegrityRepositoryBrowser- Returns:
- URL containing the link to difference two revisions
- Throws:
IOException
-
getChangeSetLink
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:
getChangeSetLinkin classhudson.scm.RepositoryBrowser<hudson.scm.ChangeLogSet.Entry>- Throws:
IOException
-
getViewCPLink
- Specified by:
getViewCPLinkin classIntegrityRepositoryBrowser- Throws:
IOException
-