IScriptPortal

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.

Type

string

companies

Retrieves the available companies.

Type

List of IScriptCompany

analysis_projects

Retrieves the available analysis_projects.

Type

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.

Parameters

access_token (string) -- The access token.

logout

Performs logout.