Hoogle Search

Within LTS Haskell 24.1 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. WorkflowTemplate_Labels :: HashMap Text Text -> WorkflowTemplate_Labels

    gogol-dataproc Gogol.Dataproc.Types

    No documentation available.

  2. workflowView :: (NotReady t m, Adjustable t m, MonadFix m, MonadHold t m, PostBuild t m) => Workflow t m a -> m (Event t a)

    reflex Reflex.Workflow

    Similar to workflow, but outputs an Event that fires at post-build time and whenever the current Workflow is replaced by the next Workflow.

  3. workflowR :: IsPathPart idOrName => Name Owner -> Name Repo -> idOrName -> GenRequest ('MtJSON :: MediaType Type) 'RA Workflow

    github GitHub

    Get a workflow. See https://docs.github.com/en/rest/actions/workflows#get-a-workflow

  4. workflowRunAttemptR :: Name Owner -> Name Repo -> Id WorkflowRun -> Id RunAttempt -> GenRequest ('MtJSON :: MediaType Type) 'RA WorkflowRun

    github GitHub

    Get a workflow run attempt. See https://docs.github.com/en/rest/actions/workflow-runs#get-a-workflow-run-attempt

  5. workflowRunR :: Name Owner -> Name Repo -> Id WorkflowRun -> GenRequest ('MtJSON :: MediaType Type) 'RA WorkflowRun

    github GitHub

    Get a workflow run. See https://docs.github.com/en/rest/actions/workflow-runs#get-a-workflow-run

  6. workflowRunReviewHistoryR :: Name Owner -> Name Repo -> Id WorkflowRun -> GenRequest ('MtJSON :: MediaType Type) 'RA (Vector ReviewHistory)

    github GitHub

    Get the review history for a workflow run. See https://docs.github.com/en/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run

  7. workflowRunsForWorkflowR :: IsPathPart idOrName => Name Owner -> Name Repo -> idOrName -> WorkflowRunMod -> FetchCount -> GenRequest ('MtJSON :: MediaType Type) 'RA (WithTotalCount WorkflowRun)

    github GitHub

    List workflow runs for a workflow. See https://docs.github.com/en/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow

  8. workflowRunsR :: Name Owner -> Name Repo -> WorkflowRunMod -> FetchCount -> GenRequest ('MtJSON :: MediaType Type) 'RA (WithTotalCount WorkflowRun)

    github GitHub

    List workflow runs for a repository. See https://docs.github.com/en/rest/actions/workflow-runs#list-workflow-runs-for-a-repository

  9. workflowRunActor :: WorkflowRun -> !SimpleUser

    github GitHub.Data.Actions.WorkflowRuns

    No documentation available.

  10. workflowRunAttempt :: WorkflowRun -> !Integer

    github GitHub.Data.Actions.WorkflowRuns

    No documentation available.

Page 8 of many | Previous | Next