Package jenkins.branch
Class BranchIndexingCause
java.lang.Object
hudson.model.Cause
jenkins.branch.BranchIndexingCause
Declares that a build was due to branch indexing.
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Cause
Cause.LegacyCodeCause, Cause.RemoteCause, Cause.UpstreamCause, Cause.UserCause, Cause.UserIdCause
-
Method Summary
Modifier and TypeMethodDescriptionMultiBranchProject<?,
?> Gets the associated multibranch project.void
void
-
Method Details
-
onAddedTo
-
onLoad
-
getMultiBranchProject
Gets the associated multibranch project.- Returns:
- the multibranch project (nonnull unless deleted before restart)
-
getIndexingUrl
@Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) @CheckForNull public String getIndexingUrl() -
getShortDescription
- Specified by:
getShortDescription
in classCause
-