public final class BranchIndexingCause
extends hudson.model.Cause
| Modifier and Type | Method and Description |
|---|---|
String |
getIndexingUrl() |
MultiBranchProject<?,?> |
getMultiBranchProject()
Gets the associated multibranch project.
|
String |
getShortDescription() |
void |
onAddedTo(hudson.model.Run build) |
void |
onLoad(hudson.model.Run<?,?> build) |
public void onAddedTo(hudson.model.Run build)
onAddedTo in class hudson.model.Causepublic void onLoad(hudson.model.Run<?,?> build)
onLoad in class hudson.model.Cause@CheckForNull public MultiBranchProject<?,?> getMultiBranchProject()
@Restricted(value=org.kohsuke.accmod.restrictions.DoNotUse.class) @CheckForNull public String getIndexingUrl()
public String getShortDescription()
getShortDescription in class hudson.model.CauseCopyright © 2016. All rights reserved.