This is a base object that represents an image execution step within a scheduled pipeline.
constructor
Constructor
Parámetros
| Nombre |
Tipo |
Opcional |
Descripción |
| ogapi |
InternalOpenGateAPI |
❌ |
Reference to the API object. |
withEnvFrom(imageExecutionEnvFrom)
Sets the env from for imageExecution
Parámetros
| Nombre |
Tipo |
Opcional |
Descripción |
| imageExecutionEnvFrom |
array |
❌ |
|
Retorna
Tip
withEnvVars(imageExecutionEnvVars)
Sets the env vars for imageExecution
Parámetros
| Nombre |
Tipo |
Opcional |
Descripción |
| imageExecutionEnvVars |
object |
❌ |
|
Retorna
Tip
withIdentifier(identifier)
Sets the identifier attribute
Parámetros
| Nombre |
Tipo |
Opcional |
Descripción |
| identifier |
string |
❌ |
|
Retorna
Tip
withMaxTimeToWaitCallback(asyncResponseMaxTimeToWaitCallback)
Sets the async response with selected timeout
Parámetros
| Nombre |
Tipo |
Opcional |
Descripción |
| asyncResponseMaxTimeToWaitCallback |
string |
❌ |
|
Retorna
Tip
withName(imageExecutionName)
Sets the name for imageExecution
Parámetros
| Nombre |
Tipo |
Opcional |
Descripción |
| imageExecutionName |
string |
❌ |
|
Retorna
Tip
withOrganization(organization)
Set the organization attribute
Parámetros
| Nombre |
Tipo |
Opcional |
Descripción |
| organization |
string |
❌ |
|
Retorna
Tip
withScheduleCronExpression(cronExpression, timezone)
Sets the crontab expression for schedule
Parámetros
| Nombre |
Tipo |
Opcional |
Descripción |
| cronExpression |
string |
❌ |
|
| timezone |
string |
❌ |
|
Retorna
Tip
withScheduleExecuteNow(executeNow)
Sets the executeNow attribute
Parámetros
| Nombre |
Tipo |
Opcional |
Descripción |
| executeNow |
boolean |
❌ |
|
Retorna
Tip
withScheduleFrom(from)
Sets the from attribute
Parámetros
| Nombre |
Tipo |
Opcional |
Descripción |
| from |
string |
❌ |
|
Retorna
Tip
withScheduleMinutesInterval(interval)
Sets the interval for schedule in minutes
Parámetros
| Nombre |
Tipo |
Opcional |
Descripción |
| interval |
number |
❌ |
in minutes |
Retorna
Tip
withScheduleTo(to)
Sets the to attribute
Parámetros
| Nombre |
Tipo |
Opcional |
Descripción |
| to |
string |
❌ |
|
Retorna
Tip
withTag(imageExecutionTag)
Sets the tag for imageExecution
Parámetros
| Nombre |
Tipo |
Opcional |
Descripción |
| imageExecutionTag |
string |
❌ |
|
Retorna
Tip
withTimeout(timeout)
Sets the execution timeout for imageExecution
Parámetros
| Nombre |
Tipo |
Opcional |
Descripción |
| timeout |
string |
❌ |
|
Retorna
Tip