Class WorkflowImpl
Import path
import codeql.actions.ast.internal.AstDirect supertypes
Indirect supertypes
Known direct subtypes
Fields
Predicates
| getAChildNode | |
| getAJob | Gets a job within this workflow |
| getAPrimaryQlClass | |
| getATriggerEvent | Gets the trigger event that starts this workflow. |
| getEnv | Gets the ‘global’ |
| getJob | Gets the job within this workflow with the given job ID. |
| getLocation | |
| getName | Gets the name of the workflow. |
| getNode | |
| getOn | Gets the |
| getParentNode | |
| getPermissions | Gets the permissions granted to this workflow. |
| getStrategy | Gets the strategy for this workflow. |
| toString |
Inherited predicates
| 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 |
| getInScopeDefaultValue | from AstNodeImpl | |
| getInScopeEnvVarExpr | Gets a environment variable expression by name in the scope of the current node. | from AstNodeImpl |