ImportGitWorkflowTask: ImportGitWorkflowTask

ImportGitWorkflowTaskR Documentation

ImportGitWorkflowTask

Description

ImportGitWorkflowTask

ImportGitWorkflowTask

Format

R6Class object, super class ImportWorkflowTask.

Super classes

tercenApi::Base -> tercenApi::IdObject -> tercenApi::PersistentObject -> tercenApi::Task -> tercenApi::ProjectTask -> tercenApi::ImportWorkflowTask -> ImportGitWorkflowTask

Public fields

fileId

of type String inherited from super class ImportWorkflowTask.

workflowId

of type String inherited from super class ImportWorkflowTask.

gitToken

of type String inherited from super class ImportWorkflowTask.

projectId

of type String inherited from super class ProjectTask.

duration

of type double inherited from super class Task.

owner

of type String inherited from super class Task.

taskHash

of type String inherited from super class Task.

channelId

of type String inherited from super class Task.

isDeleted

of type bool inherited from super class PersistentObject.

rev

of type String inherited from super class PersistentObject.

id

of type String inherited from super class IdObject.

version

of type String.

environment

list of class Pair inherited from super class Task.

state

object of class State inherited from super class Task.

createdDate

object of class Date inherited from super class Task.

lastModifiedDate

object of class Date inherited from super class Task.

runDate

object of class Date inherited from super class Task.

completedDate

object of class Date inherited from super class Task.

aclContext

object of class AclContext inherited from super class Task.

meta

list of class Pair inherited from super class Task.

url

object of class Url.

Active bindings

fileId

of type String inherited from super class ImportWorkflowTask.

workflowId

of type String inherited from super class ImportWorkflowTask.

gitToken

of type String inherited from super class ImportWorkflowTask.

projectId

of type String inherited from super class ProjectTask.

duration

of type double inherited from super class Task.

owner

of type String inherited from super class Task.

taskHash

of type String inherited from super class Task.

channelId

of type String inherited from super class Task.

isDeleted

of type bool inherited from super class PersistentObject.

rev

of type String inherited from super class PersistentObject.

id

of type String inherited from super class IdObject.

environment

list of class Pair inherited from super class Task.

state

object of class State inherited from super class Task.

createdDate

object of class Date inherited from super class Task.

lastModifiedDate

object of class Date inherited from super class Task.

runDate

object of class Date inherited from super class Task.

completedDate

object of class Date inherited from super class Task.

aclContext

object of class AclContext inherited from super class Task.

meta

list of class Pair inherited from super class Task.

Methods

Public methods

Inherited methods

Method new()

Usage
ImportGitWorkflowTask$new(json = NULL)

Method init()

Usage
ImportGitWorkflowTask$init()

Method initJson()

Usage
ImportGitWorkflowTask$initJson(json)

Method toTson()

Usage
ImportGitWorkflowTask$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
ImportGitWorkflowTask$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.