Skip to content

@salesforce/b2c-tooling-sdk / operations/mrt / PushResult

Interface: PushResult

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:40

Result of a push operation.

Properties

bundleId

bundleId: number

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:44

The bundle ID assigned by MRT.


deployed

deployed: boolean

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:59

Whether the bundle was deployed to the target.


message

message: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:64

The bundle message.


projectSlug

projectSlug: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:49

The project slug the bundle was pushed to.


target?

optional target: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:54

The target environment if deployed.

All rights reserved.