public class SubversionRepositoryStatus
extends hudson.model.AbstractModelObject
SubversionStatus| 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 Hudson. All Rights Reserved.