class
IScriptPortal.
IScriptPortal
Bases: object
Scripting API for Machine Advisor Code Analysis cloud portal.
url
Configures the URL for Machine Advisor Code Analysis cloud portal.
string
companies
Retrieves the available companies.
List of IScriptCompany
analysis_projects
Retrieves the available analysis_projects.
List of IScriptAnalysisProject
company
Retrieves or sets the company.
analysis_project
Retrieves or sets the analysis project.
queries
Retrieves the Machine Advisor Code Analysis queries API.
snapshots
Retrieves the Machine Advisor Code Analysis snapshots API.
login
access_token=None
Performs the login with the specified access token. The access token is mandatory in no UI mode.
access_token (string) -- The access token.
logout
Performs logout.