Publishers: Policies¶
This page mirrors the Policies section from Publishers.
CreatePolicy¶
Source file, signature, and docstring
Member
PublisherBuilder.CreatePolicy(PolicyBuilder policy)
Kind function
Declaring Type PublisherBuilder
Source File QaaS.Runner.Sessions/Actions/Publishers/Builders/PublisherBuilderLogic.cs
Signature
Docstring
Creates or adds the configured policy entry on the current Runner publisher builder instance.
Use this method when working with the documented Runner publisher builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
UpdatePolicyAt¶
Source file, signature, and docstring
Member
PublisherBuilder.UpdatePolicyAt(int index, PolicyBuilder policy)
Kind function
Declaring Type PublisherBuilder
Source File QaaS.Runner.Sessions/Actions/Publishers/Builders/PublisherBuilderLogic.cs
Signature
Docstring
Updates the configured policy at the specified index on the current Runner publisher builder instance.
Use this method when working with the documented Runner publisher builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
DeletePolicyAt¶
Source file, signature, and docstring
Member
PublisherBuilder.DeletePolicyAt(int index)
Kind function
Declaring Type PublisherBuilder
Source File QaaS.Runner.Sessions/Actions/Publishers/Builders/PublisherBuilderLogic.cs
Signature
Docstring
Removes the configured policy at the specified index from the current Runner publisher builder instance.
Use this method when working with the documented Runner publisher builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.