Stash Software API
2.0.0
|
[ ENUM CLASS ] - Flag names used by the executable. More...
Static Public Attributes | |
string | kProject = 'project' |
[ str ] - Project. More... | |
string | kDeveloper = 'developer' |
[ str ] - Developer. More... | |
string | kDevelopment = 'development' |
[ str ] - Development. More... | |
string | kStage = 'stage' |
[ str ] - Stage. More... | |
string | kIgnoreMaster = 'ignoremaster' |
[ bool ] - Ignore master env by not initializing master project packages. More... | |
string | kIgnorePackage = 'ignorepackage' |
[ str ] - Ignore package. More... | |
string | kIgnoreReset = 'ignorereset' |
[ bool ] - Ignore, therefore do not execute environment reset script. More... | |
string | kLast = 'last' |
[ bool ] - Repeat last environment. More... | |
string | kApp = 'app' |
[ str ] - App. More... | |
string | kAppExecArgs = 'appexecargs' |
[ str ] - App executable arguments. More... | |
string | kIgnoreAppExec = 'ignoreappexec' |
[ str ] - Ignore app executable. More... | |
string | kInitializeAppPackages = 'initapppackages' |
[ str ] - Initialize app packages. More... | |
string | kLogPath = 'logpath' |
[ str ] - Log file path. More... | |
string | kScriptPath = 'scriptpath' |
[ str ] - Script path. More... | |
string | kCallbackModulePath = 'callbackmodulepath' |
[ str ] - Callback module path. More... | |
string | kPackageSettingsModulePath = 'packagesettingsmodulepath' |
[ str ] - Package settings module path. More... | |
string | kPreScriptPath = 'prescriptpath' |
[ str ] - Pre script path. More... | |
string | kPostScriptPath = 'postscriptpath' |
[ str ] - Post script path. More... | |
string | kCustom = 'custom' |
[ str ] - Custom. More... | |
string | kDisplayOnly = 'displayonly' |
[ str ] - Display only. More... | |
string | kSetOnly = 'setonly' |
[ str ] - Set only. More... | |
string | kIgnoreScriptExec = 'ignorescriptexec' |
[ str ] - Ignore script execution. More... | |
string | kOutScript = 'outscript' |
[ str ] - Out script. More... | |
string | kOutAppExec = 'outappexec' |
[ str ] - Out app executable. More... | |
string | kOutPackages = 'outpackages' |
[ str ] - Out packages. More... | |
string | kOutDevelopmentPackages = 'outdevelopmentpackages' |
[ str ] - Out development packages. More... | |
string | kOutStagePackages = 'outstagepackages' |
[ str ] - Out stage packages. More... | |
string | kOutProjectPackages = 'outprojectpackages' |
[ str ] - Out project packages. More... | |
string | kOutMasterPackages = 'outmasterpackages' |
[ str ] - Out master packages. More... | |
string | kOutEnv = 'outenv' |
[ str ] - Out env. More... | |
string | kOutDevelopmentEnv = 'outdevelopmentenv' |
[ str ] - Out development env. More... | |
string | kOutStageEnv = 'outstageenv' |
[ str ] - Out stage env. More... | |
string | kOutProjectEnv = 'outprojectenv' |
[ str ] - Out project env. More... | |
string | kOutMasterEnv = 'outmasterenv' |
[ str ] - Out master env. More... | |
string | kOutData = 'outdata' |
[ str ] - Out data. More... | |
string | kOutLog = 'outlog' |
[ str ] - Out log. More... | |
string | kOutMAC = 'outmac' |
[ str ] - Out mac. More... | |
string | kOutVersion = 'outversion' |
[ str ] - Out version. More... | |
Additional Inherited Members | |
![]() | |
def | listAttributes (cls, stringOnly=True, getValues=True, removeK=True, startAttrNamesLower=False) |
List static public attributes of the class. More... | |
def | listAttributeElements (cls, attribute) |
List elements of a static public attribute. More... | |
def | getAttributeNameFromValue (cls, value, removeK=True, defaultAttributeName=None, startAttrNamesLower=False) |
Get the name of the attribute for given value. More... | |
def | getValueFromAttributeName (cls, attribute, removeK=False, defaultValue=None) |
Get value from attribute name. More... | |
def | asDict (cls, removeK=True) |
Get all the attributes and their values in a dict instance. More... | |
[ ENUM CLASS ] - Flag names used by the executable.
|
static |
[ str ] - Project.
|
static |
[ str ] - Developer.
|
static |
[ str ] - Development.
|
static |
[ str ] - Stage.
|
static |
[ bool ] - Ignore master env by not initializing master project packages.
|
static |
[ str ] - Ignore package.
|
static |
[ bool ] - Ignore, therefore do not execute environment reset script.
|
static |
[ bool ] - Repeat last environment.
|
static |
[ str ] - App.
|
static |
[ str ] - App executable arguments.
|
static |
[ str ] - Ignore app executable.
|
static |
[ str ] - Initialize app packages.
|
static |
[ str ] - Log file path.
|
static |
[ str ] - Script path.
|
static |
[ str ] - Callback module path.
|
static |
[ str ] - Package settings module path.
|
static |
[ str ] - Pre script path.
|
static |
[ str ] - Post script path.
|
static |
[ str ] - Custom.
|
static |
[ str ] - Display only.
|
static |
[ str ] - Set only.
|
static |
[ str ] - Ignore script execution.
|
static |
[ str ] - Out script.
|
static |
[ str ] - Out app executable.
|
static |
[ str ] - Out packages.
|
static |
[ str ] - Out development packages.
|
static |
[ str ] - Out stage packages.
|
static |
[ str ] - Out project packages.
|
static |
[ str ] - Out master packages.
|
static |
[ str ] - Out env.
|
static |
[ str ] - Out development env.
|
static |
[ str ] - Out stage env.
|
static |
[ str ] - Out project env.
|
static |
[ str ] - Out master env.
|
static |
[ str ] - Out data.
|
static |
[ str ] - Out log.
|
static |
[ str ] - Out mac.
|
static |
[ str ] - Out version.