| Class | Description |
|---|---|
| ApplyEnvValueActionsTask |
Task to search and replace env values
|
| ApplySnapshotDeltaTask |
Applies snapshot to a session or directly to the core data
|
| AssignEnvValuesTask |
Task for modifying/setting environment values found in a resource
|
| ChangeLocationIdentityTask |
Task that changes the identity of a location.
|
| ChangeResourceIdentityTask |
Task that changes the identity of a resource.
|
| CloneLocationTask |
Clones a given source project or folder with a new identity.
|
| CloneResourceTask |
Clones a given resource with a new identity.
|
| CompTask |
Executes a list of tasks.
|
| CreateChildResourceTask |
Creates a resource that is the child of a parent resource
|
| CreateCustomizationFileTask |
Task to create a customization file
|
| CreateLocationTask |
Task for creating a project or folder
|
| CreateOrUpdateResourceTask |
Creates a resource if it does not already exist.
|
| CreateResourceTask |
Task for creating a single resource.
|
| CreateSimpleDataTask |
Task for creating a single simple type instance.
|
| CustomizationTask |
Applies customization(s)
|
| DeleteBulkTask |
Deletes the given collection of references.
|
| DeleteLocationTask |
Transactional task for finding out if an instance exists
|
| DeleteResourceTask |
Task for creating a single simple type instance.
|
| DeleteSimpleDataTask |
Task for deleting simple type instances.
|
| DeleteTask |
Convenience Task for deleting a single simple instance, resource, project or folder.
|
| ExistsTask |
Transactional task for finding out if an instance exists
|
| ExportTask |
Exports resources in the form of a jar file.
|
| FindEnvValuesTask |
Task for finding environment values based on a search criteria (
EnvValueQuery). |
| FindOwnersTask |
Task for finding refs based on a search criteria (
OwnerQuery). |
| GetChangeHistoryTask |
Task for obtaining change history for a particular resource.
|
| GetChildrenTask |
Task to return all the children of a project or folder.
|
| GetConcurrentModificationConflictTask |
Returns ConcurrentModificationConflict object for a given resource in a session if it has been modified in a way that conflicts with another update in the core.
|
| GetConflictsTask |
Task to return all session conflicts
|
| GetDependenciesQueryTask |
Task to execute a dependency query
|
| GetDependenciesSearchTask |
This task searches dependencies recursively for a given ref.
|
| GetDependenciesTask |
Task to get the dependencies of a root reference.
|
| GetDependentsSearchTask |
This task searches dependents recursively for a given ref.
|
| GetDependentsTask |
Task to get dependents of a root reference
|
| GetDiagnosticsMapTask |
This tasks returns the diagnostics for the given set of refs, or all refs if the set was not specified.
|
| GetDiagnosticsTask |
Transactional task for retrieving a given diagnostics object
|
| GetEnvValueTask |
Task to get a specific environment value
|
| GetExecHistoryTask |
Task for returning the execution records for the last N transactions executed in a session or in core.
|
| GetExecRecordsTask |
Task for returning ExecRecords associated with a given list of task ids or given a search criteria.
|
| GetExportInfoTask | |
| GetMetadataQueryTask |
Task to return the metadata associated with resources that match specific query properties This tasks also allow not specifying a type id and thus to do a union query accross all types.
|
| GetMetadataTask |
Task to get the metadata information about a resource, folder or project.
|
| GetRefsQueryTask |
Task to execute a resource query.
|
| GetRefsTask |
returns the refs for the given type id, optionnally filtered by key.
|
| GetResourceDataTask<T> |
Task for obtaining the resource data (by default copy is true)
|
| GetResourceMetadataTask |
Task for obtaining the resource metadata
|
| GetRevisionTask | |
| GetSessionDescriptionTask | |
| GetSessionInfoTask |
This tasks returns the SessionInfo object for a given session
|
| GetSimpleDataTask<R> |
Task for obtaining the resource data
|
| GetSimpleMetadataTask |
Task for obtaining metadata of a simple type
|
| GetSnapshotDeltaTask |
Given a snapshot of digests (namely,
Snapshot<Digest>) computes the delta with respect to the current snapshot of digests, and returns the delta in terms of a SnapshotDelta object. |
| GetSnapshotTask<T> |
Computes the snapshot of information for resources relative to a given time.
|
| GetUploadedJarInfoTask |
Returns information about a jar that was previously uploaded but not yet imported
|
| ImportTask |
Imports a jar file that has been previously uploaded and returns the import result
|
| MapReferencesTask |
Modifies the existing references from all the resources in the given list to a new set of references passed based on a mapping.
|
| PartialUpdateResourceTask<F,R> |
Task to perform a partial update on a resource.
|
| PurgeExecHistoryByDateTask |
Task to purge execution history and associated undo records
|
| PurgeExecHistoryBySizeTask |
Task to purge execution history and associated undo records
|
| ReplaceEnvValuesTask |
Task to search and replace env values
|
| SearchResourcesTask |
Created by IntelliJ IDEA.
|
| SessionedTask<R> |
Abstract class that provides framework for session-related tasks.
|
| SetSessionDescriptionTask |
Task to set session description
|
| SyncResourceTask |
Synchronizes a resource modified in a session, with values from core
|
| UpdateLocationTask |
Sets the data associated with the location.
|
| UpdateResourceTask |
Updates a resource
|
| UpdateSimpleDataTask |
Updates a simple type instance
|
| UploadJarTask |
Uploads a jar for the purpose of import
|
| Enum | Description |
|---|---|
| GetChildrenTask.ChildType |