Summary
Base build plan and tasks.
- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Rocket
.Surgery .Nuke - Interfaces
-
- IRocketBoosterBuild
<Configuration> - IRocketBoosterBuild
- IRocketBoosterBuild
- Base Types
-
- NukeBuild
- RocketBoosterBuild
<Configuration>
graph BT
Type-->Base0["RocketBoosterBuild<Configuration>"]
Base0-->Base1["NukeBuild"]
Type-.->Interface0["IRocketBoosterBuild<Configuration>"]
Type-.->Interface1["IRocketBoosterBuild"]
click Interface1 "/api/Rocket.Surgery.Nuke/IRocketBoosterBuild"
Type["RocketBoosterBuild"]
class Type type-node
Syntax
public abstract class RocketBoosterBuild : RocketBoosterBuild<Configuration>,
IRocketBoosterBuild<Configuration>, IRocketBoosterBuild
Attributes
Type | Description |
---|---|
NullableAttribute |
Constructors
Name | Summary |
---|---|
RocketBoosterBuild |
Initializes a new instance of the RocketBoosterBuild class.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- Nuke.Common.NukeBuild
IRocketBoosterBuild<T>