Class GitHubPullRequestSettings
Used within GitHubTasks.
Implements
Nuke.Common.Tooling.ISettingsEntity
Inherited Members
Nuke.Common.Tooling.ToolSettings.GetArguments()
Nuke.Common.Tooling.ToolSettings.HasValidToolPath()
Nuke.Common.Tooling.ToolSettings.ConfigureArguments(Nuke.Common.Tooling.Arguments)
Nuke.Common.Tooling.ToolSettings.GetArgumentsInternal()
Nuke.Common.Tooling.ToolSettings.ToString()
Nuke.Common.Tooling.ToolSettings.ToolPath
Nuke.Common.Tooling.ToolSettings.WorkingDirectory
Nuke.Common.Tooling.ToolSettings.EnvironmentVariables
Nuke.Common.Tooling.ToolSettings.ExecutionTimeout
Nuke.Common.Tooling.ToolSettings.LogOutput
Nuke.Common.Tooling.ToolSettings.ArgumentConfigurator
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Nuke.GitHub
Assembly: Nuke.GitHub.dll
Syntax
[PublicAPI]
[Serializable]
public class GitHubPullRequestSettings : GitHubSettings, ISettingsEntity
Properties
| Improve this Doc View SourceBase
The name of the branch you want the changes pulled into
Declaration
public virtual string Base { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Body
The optional contents of the pull request
Declaration
public virtual string Body { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Head
The name of the branch where your changes are implemented
Declaration
public virtual string Head { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
The title of the pull request
Declaration
public virtual string Title { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceAssertValid()
Declaration
protected override void AssertValid()
Overrides
Implements
Nuke.Common.Tooling.ISettingsEntity