Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
This page lets users view the history of deployments
|
|
|
Comma-separated list of additional CSS include files for the page. If this page is using CSS3 then the CSS3INCLUDES parameter is used (if defined).
JavaScript debug library Usage: ZLM.dumpObj(object);
Displayed name of this page.
User needs use permissions on %Ens_Deploy to use this page.
|
Id of selected item in results table.
|
Get the (localized) name of the page.
Get information to display in the ribbon bar.
Adjust sizes of components on the page.
Get a row from the table snapshot.
This client event, if present, is fired when the a popup page launched from this page fires an action.
toggle detailTable for a selected row.
Adjust sizes of components on the page.
User selected a row in the table
Select the given item (row in table) and let the subclass take any necessarey actions like updating the details pane.
|
Selects ID, InProgress, Username, StartTime, EndTime, TargetProduction, DeploymentFilename, Reverted, RolledbackById, LastStatus, Completed, ThisIsARollback
Class query with filter added. Override this in order to add rowspec specific to the list being displayed
SQL Query :
SELECT ID,InProgress,Username,StartTime,EndTime,TargetProduction,DeploymentFilename,Reverted,RolledbackById,LastStatus,Completed,ThisIsARollback FROM Ens_Deployment.Invocations ORDER BY ID Desc