xlrelease.BaseScriptTask

Description unavailable

Type hierarchy: xlrelease.BaseScriptTask > xlrelease.Task > xlrelease.PlanItem > udm.BaseConfigurationItem
Label: Manual
Virtual: true

Properties

Property Kind Description
title String The title of the item.
description String The description of the item.
owner String The owner of the item.
scheduledStartDate Date The date that the item is supposed to start.
dueDate Date The date that the item is supposed to end.
startDate Date The actual start date.
endDate Date The actual end date.
plannedDuration Integer The time that the item is supposed to take to complete, in seconds.
flagStatus Enum Flags indicate that an item needs attention.
flagComment String The reason the item is flagged.
overdueNotified Boolean Overdue Notified
comments List of xlrelease.Comment (contained) The comments on the task.
container xlrelease.TaskContainer (parent) The phase or task this task is contained in.
facets List of xlrelease.Facet (contained) Facets applied to the task.
attachments List of xlrelease.Attachment List of file attachments on this task.
status Enum The state the task is in.
team String The name of the team this task is assigned to.
waitForScheduledStartDate Boolean The task is not started until the scheduledStartDate is reached if set to true.
delayDuringBlackout Boolean The task is to be delayed when a blackout period is active.
postponedDueToBlackout Boolean The task is postponed by a blackout period
originalScheduledStartDate Date The original scheduled start date.
hasBeenFlagged Boolean Has Been Flagged
hasBeenDelayed Boolean Has Been Delayed
precondition String A snippet of code that is evaluated when the task is started.
failureHandler String A snippet of code that is evaluated when the task is failed.
taskFailureHandlerEnabled Boolean The failed script will be executed.
taskRecoverOp Enum Task recovery operation performed after task failure.
phaseRecoverOp Enum Phase recovery operation performed after task recovery.
failuresCount Integer The number of times this task has failed.
executionId String Execution Id
variableMapping Map Map from property name to a variable name that replaces that property
tags List of string The tags of the task. Tags can be used for grouping and querying.
dueSoonNotified Boolean Due Soon Notified
locked Boolean The task is locked
checkAttributes Boolean Check attributes on task execution
watchers Set of string List of users watching this task

title

The title of the item.

description

The description of the item.

owner

The owner of the item.

scheduledStartDate

The date that the item is supposed to start.

dueDate

The date that the item is supposed to end.

startDate

The actual start date.

endDate

The actual end date.

plannedDuration

The time that the item is supposed to take to complete, in seconds.

flagStatus

Flags indicate that an item needs attention.

flagComment

The reason the item is flagged.

overdueNotified

Overdue Notified

comments

The comments on the task.

container

The phase or task this task is contained in.

facets

Facets applied to the task.

attachments

List of file attachments on this task.

status

The state the task is in.

team

The name of the team this task is assigned to.

waitForScheduledStartDate

The task is not started until the scheduledStartDate is reached if set to true.

delayDuringBlackout

The task is to be delayed when a blackout period is active.

postponedDueToBlackout

The task is postponed by a blackout period

originalScheduledStartDate

The original scheduled start date.

hasBeenFlagged

Has Been Flagged

hasBeenDelayed

Has Been Delayed

precondition

A snippet of code that is evaluated when the task is started.

failureHandler

A snippet of code that is evaluated when the task is failed.

taskFailureHandlerEnabled

The failed script will be executed.

taskRecoverOp

Task recovery operation performed after task failure.

phaseRecoverOp

Phase recovery operation performed after task recovery.

failuresCount

The number of times this task has failed.

executionId

Execution Id

variableMapping

Map from property name to a variable name that replaces that property

tags

The tags of the task. Tags can be used for grouping and querying.

dueSoonNotified

Due Soon Notified

locked

The task is locked

checkAttributes

Check attributes on task execution

watchers

List of users watching this task

Hidden properties

Property Kind Description
maxCommentSize Integer Maximum size of a comment on a task. Default value is 32768.
configurationUri String URI of the HTML file to render the task
automated Boolean Indicates whether this is an automated task
preconditionEnabled Boolean Indicates whether preconditions should be enabled
failureHandlerEnabled Boolean Indicates whether failure handler should be enabled
sendNotificationWhenStarted Boolean Indicates whether a notification must be sent when the task starts

maxCommentSize

Maximum size of a comment on a task. Default value is 32768.

configurationUri

URI of the HTML file to render the task

automated

Indicates whether this is an automated task

preconditionEnabled

Indicates whether preconditions should be enabled

failureHandlerEnabled

Indicates whether failure handler should be enabled

sendNotificationWhenStarted

Indicates whether a notification must be sent when the task starts