|
TEMERITY | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Classes | |
|---|---|
| us.temerity.pipeline.plugin.ApproveNodeAnnotation.v2_3_2.ApproveNodeAnnotation
This class has been made obsolete by the TaskAnnotation (v2.3.2). |
|
| us.temerity.pipeline.plugin.EditNodeAnnotation.v2_3_2.EditNodeAnnotation
This class has been made obsolete by the TaskAnnotation (v2.3.2). |
|
| us.temerity.pipeline.plugin.FocusNodeAnnotation.v2_3_2.FocusNodeAnnotation
This class has been made obsolete by the TaskAnnotation (v2.3.2). |
|
| us.temerity.pipeline.plugin.IntermediateNodeAnnotation.v2_3_2.IntermediateNodeAnnotation
This class has been made obsolete by the TaskAnnotation (v2.3.2). |
|
| us.temerity.pipeline.plugin.ProductNodeAnnotation.v2_3_2.ProductNodeAnnotation
This class has been made obsolete by the TaskAnnotation (v2.3.2). |
|
| us.temerity.pipeline.SingleEditor
This class does not implement the new prep method and exists
solely to support existing Editor plugins already derrived from this class. |
|
| us.temerity.pipeline.plugin.ThumbnailNodeAnnotation.v2_3_2.ThumbnailNodeAnnotation
This class has been made obsolete by the TaskAnnotation (v2.3.2). |
|
| Deprecated Fields | |
|---|---|
| us.temerity.pipeline.PackageInfo.sHomeDir
This field is not properly initialized on Windows systems. Use PackageInfo.sHomePath
instead for an operating system independent abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.sHomeDir
This field is not properly initialized on Windows systems. Use PackageInfo.sHomePath
instead for an operating system independent abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.sInstDir
This field is not properly initialized on Windows systems. Use PackageInfo.sInstPath
instead for an operating system independent abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.sInstDir
This field is not properly initialized on Windows systems. Use PackageInfo.sInstPath
instead for an operating system independent abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.sNodeDir
This field is not properly initialized on Windows systems. Use PackageInfo.sNodePath
instead for an operating system independent abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.sNodeDir
This field is not properly initialized on Windows systems. Use PackageInfo.sNodePath
instead for an operating system independent abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.sPluginMgrDir
This field is not properly initialized on Windows systems. Use PackageInfo.sPluginMgrPath instead for an operating system independent abstract
pathname. |
|
| us.temerity.pipeline.PackageInfo.sPluginMgrDir
This field is not properly initialized on Windows systems. Use PackageInfo.sPluginMgrPath instead for an operating system independent abstract
pathname. |
|
| us.temerity.pipeline.PackageInfo.sPluginsDir
This field is not properly initialized on Windows systems. Use PackageInfo.sPluginsPath
instead for an operating system independent abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.sPluginsDir
This field is not properly initialized on Windows systems. Use PackageInfo.sPluginsPath
instead for an operating system independent abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.sProdDir
This field is not properly initialized on Windows systems. Use PackageInfo.sProdPath
instead for an operating system independent abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.sProdDir
This field is not properly initialized on Windows systems. Use PackageInfo.sProdPath
instead for an operating system independent abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.sQueueDir
This field is not properly initialized on Windows systems. Use PackageInfo.sQueuePath
instead for an operating system independent abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.sQueueDir
This field is not properly initialized on Windows systems. Use PackageInfo.sQueuePath
instead for an operating system independent abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.sRepoDir
This field is not properly initialized on Windows systems. Use PackageInfo.sRepoPath
instead for an operating system independent abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.sRepoDir
This field is not properly initialized on Windows systems. Use PackageInfo.sRepoPath
instead for an operating system independent abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.sTempDir
This field is not properly initialized on Windows systems. Use PackageInfo.sTempPath
instead for an operating system independent abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.sTempDir
This field is not properly initialized on Windows systems. Use PackageInfo.sTempPath
instead for an operating system independent abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.sWorkDir
This field is not properly initialized on Windows systems. Use PackageInfo.sWorkPath
instead for an operating system independent abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.sWorkDir
This field is not properly initialized on Windows systems. Use PackageInfo.sWorkPath
instead for an operating system independent abstract pathname. |
|
| Deprecated Methods | |
|---|---|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.addDefaultHardwareKey(String)
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.addDefaultLicenseKey(String)
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.addDefaultSelectionKey(String)
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.stages.BaseStage.addHardwareKeys(TreeSet Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.stages.BaseStage.addLicenseKeys(TreeSet Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BaseBuilder.addSelectionKeyParam()
The practice of setting selection keys in a Builder has largely been made obsolete by the creation of KeyChooser plugins which are able to determine the settings for keys at runtime rather than when the node is created by the builder. |
|
| us.temerity.pipeline.stages.BaseStage.addSelectionKeys(TreeSet Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.BaseAction.chmod(int, File)
Since this method is not portable to all operation systems, it should be avoided in the prep method of portable Action plugins. The principle use of this
method was in creating execuable bash(1) scripts. However, this really isn't needed
even for bash(1) scripts since its just as easy to create a non-execuable script and
pass it as the argument to the bash(1) executable instead. |
|
| us.temerity.pipeline.ui.UIFactory.createBrowsablePathField(String, int, int, ActionListener, String)
|
|
| us.temerity.pipeline.ListUtilityParam.createHardwareKeyParam(String, String, Set The practice of setting hardware keys in a Builder has largely been made obsolete by the creation of KeyChooser plugins which are able to determine the settings for keys at runtime rather than when the node is created by the builder. |
|
| us.temerity.pipeline.ListUtilityParam.createLicenseKeyParam(String, String, Set The practice of setting license keys in a Builder has largely been made obsolete by the creation of KeyChooser plugins which are able to determine the settings for keys at runtime rather than when the node is created by the builder. |
|
| us.temerity.pipeline.ui.UIFactory.createPathField(String, int, int)
|
|
| us.temerity.pipeline.ListUtilityParam.createSelectionKeyParam(String, String, Set The practice of setting selection keys in a Builder has largely been made obsolete by the creation of KeyChooser plugins which are able to determine the settings for keys at runtime rather than when the node is created by the builder. |
|
| us.temerity.pipeline.ui.UIFactory.createTitledBrowsablePathField(JPanel, String, int, JPanel, String, int, ActionListener, String)
|
|
| us.temerity.pipeline.ui.UIFactory.createTitledBrowsablePathField(JPanel, String, int, JPanel, String, int, ActionListener, String, String)
|
|
| us.temerity.pipeline.ui.UIFactory.createTitledPathField(JPanel, String, int, JPanel, String, int)
|
|
| us.temerity.pipeline.ui.UIFactory.createTitledPathField(JPanel, String, int, JPanel, String, int, String)
|
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.getActionOnExistence()
The introduction of AoE modes makes this method unnecessary. The method has been preserved to prevent older builders from breaking, but those builders should change their code to use the new AoE modes as this method will eventually be removed. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.getDefaultHardwareKeys()
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.getDefaultLicenseKeys()
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.getDefaultSelectionKeys()
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.BasePlugin.getFullMessage(Throwable)
The static method Exceptions.getFullMessage(java.lang.String, java.lang.Throwable, boolean, boolean) should be used instead. |
|
| us.temerity.pipeline.builder.BaseUtil.getFullMessage(Throwable)
The static method Exceptions.getFullMessage(java.lang.String, java.lang.Throwable, boolean, boolean) should be used instead. |
|
| us.temerity.pipeline.PackageInfo.getHomeDir(OsType)
The path returned by this method is not properly initialized on Windows systems. Use the PackageInfo.getHomePath(us.temerity.pipeline.OsType) method instead for an operating system independent
abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.getHomeDir(OsType)
The path returned by this method is not properly initialized on Windows systems. Use the PackageInfo.getHomePath(us.temerity.pipeline.OsType) method instead for an operating system independent
abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.getInstDir(OsType)
The path returned by this method is not properly initialized on Windows systems. Use the PackageInfo.getInstPath(us.temerity.pipeline.OsType) method instead for an operating system independent
abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.getInstDir(OsType)
The path returned by this method is not properly initialized on Windows systems. Use the PackageInfo.getInstPath(us.temerity.pipeline.OsType) method instead for an operating system independent
abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.getProdDir(OsType)
The path returned by this method is not properly initialized on Windows systems. Use the PackageInfo.getProdPath(us.temerity.pipeline.OsType) method instead for an operating system independent
abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.getProdDir(OsType)
The path returned by this method is not properly initialized on Windows systems. Use the PackageInfo.getProdPath(us.temerity.pipeline.OsType) method instead for an operating system independent
abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.getRepoDir(OsType)
The path returned by this method is not properly initialized on Windows systems. Use the PackageInfo.getRepoPath(us.temerity.pipeline.OsType) method instead for an operating system independent
abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.getRepoDir(OsType)
The path returned by this method is not properly initialized on Windows systems. Use the PackageInfo.getRepoPath(us.temerity.pipeline.OsType) method instead for an operating system independent
abstract pathname. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.getStageFunctionHardwareKeys(String)
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.stages.StageState.getStageFunctionHardwareKeys(String)
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.getStageFunctionLicenseKeys(String)
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.stages.StageState.getStageFunctionLicenseKeys(String)
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.getStageFunctionSelectionKeys(String)
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.stages.StageState.getStageFunctionSelectionKeys(String)
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.PackageInfo.getTempDir(OsType)
The path returned by this method is not properly initialized on Windows systems. Use the PackageInfo.getTempPath(us.temerity.pipeline.OsType) method instead for an operating system independent
abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.getTempDir(OsType)
The path returned by this method is not properly initialized on Windows systems. Use the PackageInfo.getTempPath(us.temerity.pipeline.OsType) method instead for an operating system independent
abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.getWorkDir(OsType)
The path returned by this method is not properly initialized on Windows systems. Use the PackageInfo.getWorkPath(us.temerity.pipeline.OsType) method instead for an operating system independent
abstract pathname. |
|
| us.temerity.pipeline.PackageInfo.getWorkDir(OsType)
The path returned by this method is not properly initialized on Windows systems. Use the PackageInfo.getWorkPath(us.temerity.pipeline.OsType) method instead for an operating system independent
abstract pathname. |
|
| us.temerity.pipeline.ActionAgenda.getWorkingDir()
The working directory returned by this method is always the working area directory which will ultimately contain the target files generated by the Action. However, it is more useful to know the directory where target files should be written by the Action using getTargetPath which varies according to the
operating system used to execute the Action. |
|
| us.temerity.pipeline.ActionAgenda.getWorkingDir(OsType)
The working directory returned by this method is always the working area directory which will ultimately contain the target files generated by the Action. However, it is more useful to know the directory where target files should be written by the Action using getTargetPath which varies according to the
operating system used to execute the Action. |
|
| us.temerity.pipeline.ActionAgenda.getWorkingPath()
The working directory returned by this method is always the working area directory which will ultimately contain the target files generated by the Action. However, it is more useful to know the directory where target files should be written by the Action using getTargetPath which varies according to the
operating system used to execute the Action. |
|
| us.temerity.pipeline.ActionAgenda.getWorkingPath(OsType)
The working directory returned by this method is always the working area directory which will ultimately contain the target files generated by the Action. However, it is more useful to know the directory where target files should be written by the Action using getTargetPath which varies according to the
operating system used to execute the Action. |
|
| us.temerity.pipeline.builder.TaskBuilder.isApproveNode(BaseStage, String)
This method has been renamed to TaskBuilder.addApproveAnnotation(us.temerity.pipeline.stages.BaseStage, java.lang.String) and may be removed
in future versions of Pipeline. |
|
| us.temerity.pipeline.builder.TaskBuilder.isEditNode(BaseStage, String)
This method has been renamed to TaskBuilder.addEditAnnotation(us.temerity.pipeline.stages.BaseStage, java.lang.String) and may be removed
in future versions of Pipeline. |
|
| us.temerity.pipeline.builder.TaskBuilder.isFocusNode(BaseStage, String)
This method has been renamed to TaskBuilder.addFocusAnnotation(us.temerity.pipeline.stages.BaseStage, java.lang.String) and may be removed
in future versions of Pipeline. |
|
| us.temerity.pipeline.builder.TaskBuilder.isPrepareNode(BaseStage, String)
This method has been renamed to TaskBuilder.addPrepareAnnotation(us.temerity.pipeline.stages.BaseStage, java.lang.String) and may be removed
in future versions of Pipeline. |
|
| us.temerity.pipeline.builder.TaskBuilder.isProductNode(BaseStage, String)
This method has been renamed to TaskBuilder.addProductAnnotation(us.temerity.pipeline.stages.BaseStage, java.lang.String) and may be removed
in future versions of Pipeline. |
|
| us.temerity.pipeline.builder.TaskBuilder.isSubmitNode(BaseStage, String)
This method has been renamed to TaskBuilder.addSubmitAnnotation(us.temerity.pipeline.stages.BaseStage, java.lang.String) and may be removed
in future versions of Pipeline. |
|
| us.temerity.pipeline.builder.TaskBuilder.isThumbnailNode(BaseStage, String)
This method has been renamed to TaskBuilder.addThumbnailAnnotation(us.temerity.pipeline.stages.BaseStage, java.lang.String) and may be removed
in future versions of Pipeline. |
|
| us.temerity.pipeline.QueueMgrClient.killJobs(String, TreeSet The author argument is no longer neccessary and is now ignored by
this method. Please use the other form of this method which does not take an
author in future code. |
|
| us.temerity.pipeline.BaseEditor.launch(FileSeq, Map Unlike the prep method, the convention is for this method to also execute
the generated SubProcessLight instance. New subclasses should implement the prep method instead to allow the caller a chance to execute the process as
another user. Namely, as the owner of the files being edited. The owner of the files
is passes as an additional argument to prep called (author) which must
be passed on as a constructor argument of the generated SubProcessLight instance. |
|
| us.temerity.pipeline.BaseAppleScriptEditor.launch(FileSeq, Map Unlike the prep method, the convention is for this method to also execute
the generated SubProcessLight instance. New subclasses should implement the prep method instead to allow the caller a chance to execute the process as
another user. Namely, as the owner of the files being edited. The owner of the files
is passes as an additional argument to prep called (author) which must
be passed on as a constructor argument of the generated SubProcessLight instance. |
|
| us.temerity.pipeline.SimpleEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.BaseOpenEditor.launch(FileSeq, Map Unlike the prep method, the convention is for this method to also execute
the generated SubProcessLight instance. New subclasses should implement the prep method instead to allow the caller a chance to execute the process as
another user. Namely, as the owner of the files being edited. The owner of the files
is passes as an additional argument to prep called (author) which must
be passed on as a constructor argument of the generated SubProcessLight instance. |
|
| us.temerity.pipeline.SingleEditor.launch(FileSeq, Map Unlike the prep method, the convention is for this method to also execute
the generated SubProcessLight instance. New subclasses should implement the prep method instead to allow the caller a chance to execute the process as
another user. Namely, as the owner of the files being edited. The owner of the files
is passes as an additional argument to prep called (author) which must
be passed on as a constructor argument of the generated SubProcessLight instance. |
|
| us.temerity.pipeline.plugin.AcrobatEditor.v2_2_1.AcrobatEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.AfterFXEditor.v2_2_1.AfterFXEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.AfterFXEditor.v2_4_1.AfterFXEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.DjvViewEditor.v2_4_1.DjvViewEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.ExplorerEditor.v2_2_1.ExplorerEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.FCheckEditor.v2_2_1.FCheckEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.FlashEditor.v2_4_1.FlashEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.FrameCyclerEditor.v2_4_3.FrameCyclerEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.GimpEditor.v2_2_1.GimpEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.IllustratorEditor.v2_2_1.IllustratorEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.IllustratorEditor.v2_3_3.IllustratorEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.IllustratorEditor.v2_4_1.IllustratorEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.ImfDispEditor.v2_2_1.ImfDispEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.InDesignEditor.v2_2_1.InDesignEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.InDesignEditor.v2_3_3.InDesignEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.InDesignEditor.v2_4_1.InDesignEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.MaxEditor.v2_2_1.MaxEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.MayaCompleteEditor.v2_2_1.MayaCompleteEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.MayaCompleteEditor.v2_4_1.MayaCompleteEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.MayaEditor.v2_2_1.MayaEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.MayaEditor.v2_4_1.MayaEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.MayaNoRefEditor.v2_2_1.MayaNoRefEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.MayaNoRefEditor.v2_4_1.MayaNoRefEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.MayaProjectEditor.v2_2_1.MayaProjectEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.MayaProjectEditor.v2_4_1.MayaProjectEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.NukeFrameCyclerEditor.v2_2_1.NukeFrameCyclerEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.NukeFrameCyclerEditor.v2_4_1.NukeFrameCyclerEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.NukeViewerEditor.v2_2_1.NukeViewerEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.NukeViewerEditor.v2_4_4.NukeViewerEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.PhotoshopEditor.v2_2_1.PhotoshopEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.PhotoshopEditor.v2_3_3.PhotoshopEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.PhotoshopEditor.v2_4_1.PhotoshopEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.PreviewEditor.v2_2_1.PreviewEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.QuickTimeEditor.v2_2_1.QuickTimeEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.SciTEEditor.v2_2_1.SciTEEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.ShakeEditor.v2_2_1.ShakeEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.ShakeFullscreenEditor.v2_4_3.ShakeFullscreenEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.TerminalEditor.v2_2_1.TerminalEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.plugin.TextEditEditor.v2_2_1.TextEditEditor.launch(FileSeq, Map |
|
| us.temerity.pipeline.QueueMgrClient.pauseJobs(String, TreeSet The author argument is no longer neccessary and is now ignored by
this method. Please use the other form of this method which does not take an
author in future code. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.popHardwareKeys()
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.popLicenseKeys()
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.popSelectionKeys()
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.QueueMgrClient.preemptJobs(String, TreeSet The author argument is no longer neccessary and is now ignored by
this method. Please use the other form of this method which does not take an
author in future code. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.pushHardwareKeys(TreeSet Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.pushLicenseKeys(TreeSet Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.pushSelectionKeys(TreeSet Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.QueueMgrClient.resumeJobs(String, TreeSet The author argument is no longer neccessary and is now ignored by
this method. Please use the other form of this method which does not take an
author in future code. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.setActionOnExistence(ActionOnExistence)
The introduction of AoE modes makes this method unnecessary and even somewhat dangerous. Calls to this method will change the default AoE for the current builder, but will not incorporate any of the per-mode node overrides, which could lead to non-intended behavior. The method has been preserved to prevent older builders from breaking, but those builders should change their code to use the new AoE modes as this method will eventually be removed. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.setDefaultHardwareKeys(Set Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.setDefaultLicenseKeys(Set Due to the addition of key choosers, it is not recomemnded to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.setDefaultSelectionKeys(Set Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.stages.BaseStage.setHardwareKeys(TreeSet Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.stages.BaseStage.setKeys()
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.stages.BaseStage.setLicenseKeys(TreeSet Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.stages.BaseStage.setSelectionKeys(TreeSet Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.setStageFunctionHardwareKeys(String, TreeSet Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.stages.StageState.setStageFunctionHardwareKeys(String, TreeSet Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.setStageFunctionLicenseKeys(String, TreeSet Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BaseBuilder.setStageFunctionLicenseKeys(String, TreeSet Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.stages.StageState.setStageFunctionLicenseKeys(String, TreeSet Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.setStageFunctionSelectionKeys(String, TreeSet Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BaseBuilder.setStageFunctionSelectionKeys(String, TreeSet Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.stages.StageState.setStageFunctionSelectionKeys(String, TreeSet Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.setUseDefaultHardwareKeys(boolean)
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.setUseDefaultLicenseKeys(boolean)
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.setUseDefaultSelectionKeys(boolean)
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.useDefaultHardwareKeys()
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.useDefaultLicenseKeys()
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
| us.temerity.pipeline.builder.BuilderInformation.StageInformation.useDefaultSelectionKeys()
Due to the addition of key choosers, it is not recommended to hard code keys on nodes. |
|
|
TEMERITY | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||