Stash Software API  2.0.0
Namespaces
callbackLib.py File Reference

[ FILE ] - Callback module. More...

Namespaces

 sStash.callbackLib
 [ MODULE ] - Callback module.
 

Functions

Script Related Functions
def sStash.callbackLib.preScriptPath (projectName, developerName, developmentEnvName, stageEnvName, platformName, appPath, custom, command)
 This function is invoked before the environment is initialized. More...
 
def sStash.callbackLib.postScriptPath (projectName, developerName, developmentEnvName, stageEnvName, platformName, appPath, custom, command)
 This function is invoked after the environment is initialized. More...
 
Environment Related Functions
def sStash.callbackLib.preEnvironmentBuild (projectName, developerName, developmentEnvName, stageEnvName, platformName, appPath, custom, command)
 This function is invoked before packages are collected and environment is resolved. More...
 
def sStash.callbackLib.postEnvironmentBuild (projectName, developerName, developmentEnvName, stageEnvName, platformName, appPath, custom, command)
 This function is invoked after packages are collected and environment is resolved. More...
 
Package Related Functions
def sStash.callbackLib.shouldInitializePackage (packagePath, projectName, developerName, developmentEnvName, stageEnvName, platformName, appPath, custom, command, pythonVersion)
 This function is invoked before a package gets initialized. More...
 
App Related Functions
def sStash.callbackLib.getExecutableFlags (projectName, developerName, developmentEnvName, stageEnvName, platformName, appPath, custom, command)
 Return the flags that will be added to the executable. More...
 

Detailed Description

[ FILE ] - Callback module.