Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProfileValidationTask

Criterion/task used for testing the validity of a profile You can use any number of these criteria to test different aspects of the profile

Hierarchy

  • IProfileValidationTask

Index

Properties

Optional associatedEndpoints

associatedEndpoints: string[]

The REST endpoints associated with this task if any, e.g. ["PUT /zosmf/restjobs/jobs", "GET /zosmf/restjobs/jobs"]

Optional dependentTasks

dependentTasks: IProfileValidationTask[]

Any tasks you would like to only run if the current task succeeds (skipped on warning or failure of this, the parent task)

description

description: string

Long form description of the task you'll take using the specified profile to test its validity

name

name: string

The short name of a task e.g. "Submitting a job"

taskFunction

A function which tests the profile with your tasks Ultimately the result of this function is what determines whether the profile is valid or not for this task

Generated using TypeDoc