MattermostJobsApi class
Constructors
- MattermostJobsApi(MattermostApiClient apiClient)
Properties
- apiClient → MattermostApiClient
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancelJob(
String jobId) → Future< MmStatusOK?> - Cancel a job.
-
cancelJobWithHttpInfo(
String jobId) → Future< Response> - Cancel a job.
-
createJob(
MmCreateJobRequest mmCreateJobRequest) → Future< MmJob?> - Create a new job.
-
createJobWithHttpInfo(
MmCreateJobRequest mmCreateJobRequest) → Future< Response> - Create a new job.
-
downloadJob(
String jobId) → Future< void> - Download the results of a job.
-
downloadJobWithHttpInfo(
String jobId) → Future< Response> - Download the results of a job.
-
getJob(
String jobId) → Future< MmJob?> - Get a job.
-
getJobs(
{int? page, int? perPage}) → Future< List< MmJob> ?> - Get the jobs.
-
getJobsByType(
String type, {int? page, int? perPage}) → Future< List< MmJob> ?> - Get the jobs of the given type.
-
getJobsByTypeWithHttpInfo(
String type, {int? page, int? perPage}) → Future< Response> - Get the jobs of the given type.
-
getJobsWithHttpInfo(
{int? page, int? perPage}) → Future< Response> - Get the jobs.
-
getJobWithHttpInfo(
String jobId) → Future< Response> - Get a job.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited