Liking cljdoc? Tell your friends :D

mattermost-clj.api.jobs


jobs-getclj

(jobs-get)
(jobs-get optional-params)

Get the jobs. Get a page of jobs. Use the query parameters to modify the behaviour of this endpoint. Minimum server version: 4.1

Permissions

Must have manage_jobs permission.

Get the jobs.
  Get a page of jobs. Use the query parameters to modify the behaviour of this endpoint.
__Minimum server version: 4.1__
##### Permissions
Must have `manage_jobs` permission.
raw docstring

jobs-get-with-http-infoclj

(jobs-get-with-http-info)
(jobs-get-with-http-info {:keys [page per-page]})

Get the jobs. Get a page of jobs. Use the query parameters to modify the behaviour of this endpoint. Minimum server version: 4.1

Permissions

Must have manage_jobs permission.

Get the jobs.
  Get a page of jobs. Use the query parameters to modify the behaviour of this endpoint.
__Minimum server version: 4.1__
##### Permissions
Must have `manage_jobs` permission.
raw docstring

jobs-job-id-cancel-postclj

(jobs-job-id-cancel-post job-id)

Cancel a job. Cancel a job. Minimum server version: 4.1

Permissions

Must have manage_jobs permission.

Cancel a job.
  Cancel a job.
__Minimum server version: 4.1__
##### Permissions
Must have `manage_jobs` permission.
raw docstring

jobs-job-id-cancel-post-with-http-infoclj

(jobs-job-id-cancel-post-with-http-info job-id)

Cancel a job. Cancel a job. Minimum server version: 4.1

Permissions

Must have manage_jobs permission.

Cancel a job.
  Cancel a job.
__Minimum server version: 4.1__
##### Permissions
Must have `manage_jobs` permission.
raw docstring

jobs-job-id-getclj

(jobs-job-id-get job-id)

Get a job. Gets a single job. Minimum server version: 4.1

Permissions

Must have manage_jobs permission.

Get a job.
  Gets a single job.
__Minimum server version: 4.1__
##### Permissions
Must have `manage_jobs` permission.
raw docstring

jobs-job-id-get-with-http-infoclj

(jobs-job-id-get-with-http-info job-id)

Get a job. Gets a single job. Minimum server version: 4.1

Permissions

Must have manage_jobs permission.

Get a job.
  Gets a single job.
__Minimum server version: 4.1__
##### Permissions
Must have `manage_jobs` permission.
raw docstring

jobs-postclj

(jobs-post)
(jobs-post optional-params)

Create a new job. Create a new job. Minimum server version: 4.1

Permissions

Must have manage_jobs permission.

Create a new job.
  Create a new job.
__Minimum server version: 4.1__
##### Permissions
Must have `manage_jobs` permission.
raw docstring

jobs-post-with-http-infoclj

(jobs-post-with-http-info)
(jobs-post-with-http-info {:keys [inline-object-47]})

Create a new job. Create a new job. Minimum server version: 4.1

Permissions

Must have manage_jobs permission.

Create a new job.
  Create a new job.
__Minimum server version: 4.1__
##### Permissions
Must have `manage_jobs` permission.
raw docstring

jobs-type-type-getclj

(jobs-type-type-get type)
(jobs-type-type-get type optional-params)

Get the jobs of the given type. Get a page of jobs of the given type. Use the query parameters to modify the behaviour of this endpoint. Minimum server version: 4.1

Permissions

Must have manage_jobs permission.

Get the jobs of the given type.
  Get a page of jobs of the given type. Use the query parameters to modify the behaviour of this endpoint.
__Minimum server version: 4.1__
##### Permissions
Must have `manage_jobs` permission.
raw docstring

jobs-type-type-get-with-http-infoclj

(jobs-type-type-get-with-http-info type)
(jobs-type-type-get-with-http-info type {:keys [page per-page]})

Get the jobs of the given type. Get a page of jobs of the given type. Use the query parameters to modify the behaviour of this endpoint. Minimum server version: 4.1

Permissions

Must have manage_jobs permission.

Get the jobs of the given type.
  Get a page of jobs of the given type. Use the query parameters to modify the behaviour of this endpoint.
__Minimum server version: 4.1__
##### Permissions
Must have `manage_jobs` permission.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close