ForgeContainerAdapterOptions
Defined in: packages/core/src/adapters/ForgeContainerAdapter.ts:32
Options for constructing a ForgeContainerAdapter.
Properties
Section titled “Properties”installationId
Section titled “installationId”installationId:
string
Defined in: packages/core/src/adapters/ForgeContainerAdapter.ts:44
The installation ID for this app installation.
Obtained at startup by calling GET <proxyUrl>/v0/installations.
product
Section titled “product”product:
"jira"|"confluence"
Defined in: packages/core/src/adapters/ForgeContainerAdapter.ts:34
The Atlassian product to make requests to
proxyUrl
Section titled “proxyUrl”proxyUrl:
string
Defined in: packages/core/src/adapters/ForgeContainerAdapter.ts:39
The Forge egress proxy URL.
Read from process.env.FORGE_EGRESS_PROXY_URL in the Forge Container runtime.