Class TaskShellInfo
java.lang.Object
com.github.copilot.generated.rpc.TaskInfo
com.github.copilot.generated.rpc.TaskShellInfo
Schema for the `TaskShellInfo` type.
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getPid()getType()Returns the discriminator value for this variant.voidsetAttachmentMode(TaskShellInfoAttachmentMode attachmentMode) voidsetCanPromoteToBackground(Boolean canPromoteToBackground) voidsetCommand(String command) voidsetCompletedAt(OffsetDateTime completedAt) voidsetDescription(String description) voidsetExecutionMode(TaskExecutionMode executionMode) voidvoidsetLogPath(String logPath) voidvoidsetStartedAt(OffsetDateTime startedAt) voidsetStatus(TaskStatus status)
-
Constructor Details
-
TaskShellInfo
public TaskShellInfo()
-
-
Method Details
-
getType
-
getId
-
setId
-
getDescription
-
setDescription
-
getStatus
-
setStatus
-
getStartedAt
-
setStartedAt
-
getCompletedAt
-
setCompletedAt
-
getCommand
-
setCommand
-
getAttachmentMode
-
setAttachmentMode
-
getExecutionMode
-
setExecutionMode
-
getCanPromoteToBackground
-
setCanPromoteToBackground
-
getLogPath
-
setLogPath
-
getPid
-
setPid
-