public class SubversionRepositoryStatus
extends hudson.model.AbstractModelObject
Receives post-commit hook notifications.
SubversionStatus| Modifier and Type | Class and Description |
|---|---|
static class |
SubversionRepositoryStatus.JobTriggerListenerImpl |
static class |
SubversionRepositoryStatus.Listener
An extension point to allow things other than jobs to listen for repository status updates.
|
| Constructor and Description |
|---|
SubversionRepositoryStatus(UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
void |
doNotifyCommit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Notify the commit to this repository.
|
String |
getDisplayName() |
String |
getSearchUrl() |
public final UUID uuid
public SubversionRepositoryStatus(UUID uuid)
public String getDisplayName()
public String getSearchUrl()
public void doNotifyCommit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws javax.servlet.ServletException,
IOException
Because this URL is not guarded, we can't really trust the data that's sent to us. But we intentionally don't protect this URL to simplify post-commit script set up.
javax.servlet.ServletExceptionIOExceptionCopyright © 2004–2015. All rights reserved.