Class WorkspaceApplicationVersion

    • Constructor Detail

      • WorkspaceApplicationVersion

        public WorkspaceApplicationVersion()
    • Method Detail

      • getVersion

        public String getVersion​(String workspaceDir,
                                 String sysId,
                                 String scope)
        Description copied from interface: ApplicationVersion
        Get version of the application defined by sysId or scopeId.
        Specified by:
        getVersion in interface ApplicationVersion
        Parameters:
        workspaceDir - Target place where the application version can be taken from (path to app project in source control, url of a repository, or other)
        sysId - Sys ID of the application. You can locate this value in the Sys ID field in the Custom Application [sys_app] table.
        scope - The scope name of the application, such as x_aah_custom_app. You can locate this value in the scope field in the Custom Application [sys_app] table.
        Returns:
        Version of the application.