| ContentTask | R Documentation |
ContentTask
ContentTask
An R6 class that represents a Task for a piece of Content
connectapi::Content -> ContentTask
taskThe task.
dataThe task data.
connectapi::Content$bundle_delete()connectapi::Content$bundle_download()connectapi::Content$danger_delete()connectapi::Content$deploy()connectapi::Content$environment()connectapi::Content$environment_all()connectapi::Content$environment_set()connectapi::Content$get_bundles()connectapi::Content$get_connect()connectapi::Content$get_content()connectapi::Content$get_content_remote()connectapi::Content$get_dashboard_url()connectapi::Content$get_url()connectapi::Content$internal_content()connectapi::Content$job()connectapi::Content$jobs()connectapi::Content$packages()connectapi::Content$permissions()connectapi::Content$permissions_add()connectapi::Content$permissions_delete()connectapi::Content$permissions_update()connectapi::Content$register_job_kill_order()connectapi::Content$repo_enable()connectapi::Content$repo_set()connectapi::Content$tag_delete()connectapi::Content$tag_set()connectapi::Content$tags()connectapi::Content$update()connectapi::Content$variants()new()Initialize this task.
ContentTask$new(connect, content, task)
connectThe Connect instance.
contentThe Content instance.
taskThe task data.
get_task()Return the underlying task.
ContentTask$get_task()
add_data()Set the data.
ContentTask$add_data(data)
dataThe data.
get_data()Get the data.
ContentTask$get_data()
print()Print this object.
ContentTask$print(...)
...Unused.
clone()The objects of this class are cloneable with this method.
ContentTask$clone(deep = FALSE)
deepWhether to make a deep clone.
Other R6 classes:
Bundle,
Content,
Environment,
PositConnect,
Task,
Vanity,
Variant,
VariantSchedule,
VariantTask
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.