Class BranchIndexingTriggerDeterminant
java.lang.Object
org.jenkinsci.plugins.builduser.varsetter.impl.BranchIndexingTriggerDeterminant
- All Implemented Interfaces:
IUsernameSettable<jenkins.branch.BranchIndexingCause>
public class BranchIndexingTriggerDeterminant
extends Object
implements IUsernameSettable<jenkins.branch.BranchIndexingCause>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<jenkins.branch.BranchIndexingCause>
ReturnsCause
subclass used to determine username.boolean
setJenkinsUserBuildVars
(jenkins.branch.BranchIndexingCause cause, Map<String, String> variables) Adds username build variables extracted from build cause to map of build variables.
-
Constructor Details
-
BranchIndexingTriggerDeterminant
public BranchIndexingTriggerDeterminant()
-
-
Method Details
-
setJenkinsUserBuildVars
public boolean setJenkinsUserBuildVars(jenkins.branch.BranchIndexingCause cause, Map<String, String> variables) Description copied from interface:IUsernameSettable
Adds username build variables extracted from build cause to map of build variables.- Specified by:
setJenkinsUserBuildVars
in interfaceIUsernameSettable<jenkins.branch.BranchIndexingCause>
- Parameters:
cause
- cause where to get username from.variables
- ap of build variables, where to add username variables.- Returns:
true
if username was determined and added to the passed map,false
otherwise.
-
getUsedCauseClass
Description copied from interface:IUsernameSettable
ReturnsCause
subclass used to determine username.- Specified by:
getUsedCauseClass
in interfaceIUsernameSettable<jenkins.branch.BranchIndexingCause>
- Returns:
- class used to determine username.
-