Uses of Class
hudson.plugins.project_inheritance.projects.view.scripts.MetaScript
-
Packages that use MetaScript Package Description hudson.plugins.project_inheritance.projects.view hudson.plugins.project_inheritance.projects.view.scripts -
-
Uses of MetaScript in hudson.plugins.project_inheritance.projects.view
Methods in hudson.plugins.project_inheritance.projects.view that return MetaScript Modifier and Type Method Description static MetaScript
BuildFlowScriptAction. getBashControlFile(File prefix, String scriptName, List<MetaScript> scripts, Map<String,String> env, boolean setWorkspaceVars)
This method generates a "build.sh" Bash control file for the given script files.static MetaScript
BuildFlowScriptAction. getCmdControlFile(File prefix, String scriptName, List<MetaScript> scripts, Map<String,String> env, boolean setWorkspaceVars)
This method generates a "build.bat" windows CMD control file for the given script filesMethods in hudson.plugins.project_inheritance.projects.view that return types with arguments of type MetaScript Modifier and Type Method Description abstract List<MetaScript>
BuildFlowScriptExtension. getScriptsFor(File prefix, AbstractProject<?,?> project, AbstractBuild<?,?> build, Builder step, Map<String,String> env, AtomicInteger cnt)
This method asks the extension to handle the given builder and return a valid set of scripts along with some metadata of how to handle it.static List<MetaScript>
BuildFlowScriptExtension. getScriptsFor(File prefix, AbstractProject<?,?> project, AbstractBuild<?,?> build, List<Builder> builders, Map<String,String> params, AtomicInteger cnt)
Uses the registeredBuildFlowScriptExtension
instances to turn the list of builders into a list ofMetaScript
instances that can be used in a script.Method parameters in hudson.plugins.project_inheritance.projects.view with type arguments of type MetaScript Modifier and Type Method Description void
BuildFlowScriptAction. createTgzArchive(File dstFile, List<MetaScript> scripts)
static MetaScript
BuildFlowScriptAction. getBashControlFile(File prefix, String scriptName, List<MetaScript> scripts, Map<String,String> env, boolean setWorkspaceVars)
This method generates a "build.sh" Bash control file for the given script files.static MetaScript
BuildFlowScriptAction. getCmdControlFile(File prefix, String scriptName, List<MetaScript> scripts, Map<String,String> env, boolean setWorkspaceVars)
This method generates a "build.bat" windows CMD control file for the given script files -
Uses of MetaScript in hudson.plugins.project_inheritance.projects.view.scripts
Methods in hudson.plugins.project_inheritance.projects.view.scripts that return types with arguments of type MetaScript Modifier and Type Method Description List<MetaScript>
ShellBuildFlow. getScriptsFor(File prefix, AbstractProject<?,?> project, AbstractBuild<?,?> build, Builder step, Map<String,String> env, AtomicInteger cnt)
-