Skip to content

/AWS1/CL_DOAAZUREDEVOPSCONF

Configuration for Azure DevOps project integration.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_organizationname TYPE /AWS1/DOASTRING /AWS1/DOASTRING

Azure DevOps organization name.

iv_projectid TYPE /AWS1/DOASTRING /AWS1/DOASTRING

Azure DevOps project ID.

iv_projectname TYPE /AWS1/DOASTRING /AWS1/DOASTRING

Azure DevOps project name.


Queryable Attributes

organizationName

Azure DevOps organization name.

Accessible with the following methods

Method Description
GET_ORGANIZATIONNAME() Getter for ORGANIZATIONNAME, with configurable default
ASK_ORGANIZATIONNAME() Getter for ORGANIZATIONNAME w/ exceptions if field has no va
HAS_ORGANIZATIONNAME() Determine if ORGANIZATIONNAME has a value

projectId

Azure DevOps project ID.

Accessible with the following methods

Method Description
GET_PROJECTID() Getter for PROJECTID, with configurable default
ASK_PROJECTID() Getter for PROJECTID w/ exceptions if field has no value
HAS_PROJECTID() Determine if PROJECTID has a value

projectName

Azure DevOps project name.

Accessible with the following methods

Method Description
GET_PROJECTNAME() Getter for PROJECTNAME, with configurable default
ASK_PROJECTNAME() Getter for PROJECTNAME w/ exceptions if field has no value
HAS_PROJECTNAME() Determine if PROJECTNAME has a value