Package io.jenkins.plugins.gitcollect
Class MultiScmEnvAction
java.lang.Object
io.jenkins.plugins.gitcollect.MultiScmEnvAction
- All Implemented Interfaces:
Action,EnvironmentContributingAction,ModelObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildEnvironment(Run<?, ?> run, EnvVars env) getInfo()Gets the repository data this action contributes to the build environment.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.EnvironmentContributingAction
buildEnvVars
-
Constructor Details
-
MultiScmEnvAction
-
-
Method Details
-
getInfo
Gets the repository data this action contributes to the build environment.It also says which repository the build collected, since one action is added for each collection: see
CollectGitStep.alreadyCollected(Run, LocalGitInfo).- Returns:
- the data collected from the repository.
-
buildEnvironment
- Specified by:
buildEnvironmentin interfaceEnvironmentContributingAction
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-