CodeQL library for GitHub Actions
codeql/actions-all 0.4.27-dev (changelog, source)
Search

Class ReusableWorkflowImpl

Import path

import codeql.actions.ast.internal.Ast

Direct supertypes

Indirect supertypes

Fields

Inherited fields

Predicates

Inherited predicates

getAJob

Gets a job within this workflow

from WorkflowImpl
getAPrimaryQlClassfrom WorkflowImpl
getEnclosingCompositeAction

Gets the enclosing composite action if any.

from AstNodeImpl
getEnclosingJob

Gets the enclosing Job.

from AstNodeImpl
getEnclosingStep

Gets the enclosing Step.

from AstNodeImpl
getEnclosingWorkflow

Gets the enclosing workflow if any.

from AstNodeImpl
getEnv

Gets the ‘global’ env mapping in this workflow.

from WorkflowImpl
getInScopeDefaultValuefrom AstNodeImpl
getInScopeEnvVarExpr

Gets a environment variable expression by name in the scope of the current node.

from AstNodeImpl
getJob

Gets the job within this workflow with the given job ID.

from WorkflowImpl
getLocationfrom WorkflowImpl
getName

Gets the name of the workflow.

from WorkflowImpl
getNodefrom WorkflowImpl
getOn

Gets the on trigger events for this workflow.

from WorkflowImpl
getParentNodefrom WorkflowImpl
getPermissions

Gets the permissions granted to this workflow.

from WorkflowImpl
getStrategy

Gets the strategy for this workflow.

from WorkflowImpl
toStringfrom WorkflowImpl

Charpred