Show / Hide Table of Contents

    Class GitHubPullRequestSettings

    Used within GitHubTasks.

    Inheritance
    System.Object
    GitHubSettings
    GitHubPullRequestSettings
    Inherited Members
    GitHubSettings.CustomLogger
    GitHubSettings.Validate()
    GitHubSettings.RepositoryOwner
    GitHubSettings.RepositoryName
    GitHubSettings.Token
    GitHubSettings.Url
    Namespace: Nuke.GitHub
    Assembly: Nuke.GitHub.dll
    Syntax
    public class GitHubPullRequestSettings : GitHubSettings

    Properties

    | Improve this Doc View Source

    Base

    The name of the branch you want the changes pulled into

    Declaration
    public virtual string Base { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Body

    The optional contents of the pull request

    Declaration
    public virtual string Body { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Head

    The name of the branch where your changes are implemented

    Declaration
    public virtual string Head { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Title

    The title of the pull request

    Declaration
    public virtual string Title { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

    GitHubPullRequestSettingsExtensions.SetBase<T>(T, String)
    GitHubPullRequestSettingsExtensions.ResetBase<T>(T)
    GitHubPullRequestSettingsExtensions.SetHead<T>(T, String)
    GitHubPullRequestSettingsExtensions.ResetHead<T>(T)
    GitHubPullRequestSettingsExtensions.SetTitle<T>(T, String)
    GitHubPullRequestSettingsExtensions.ResetTitle<T>(T)
    GitHubPullRequestSettingsExtensions.SetBody<T>(T, String)
    GitHubPullRequestSettingsExtensions.ResetBody<T>(T)
    GitHubSettingsExtensions.SetRepositoryOwner<T>(T, String)
    GitHubSettingsExtensions.ResetRepositoryOwner<T>(T)
    GitHubSettingsExtensions.SetRepositoryName<T>(T, String)
    GitHubSettingsExtensions.ResetRepositoryName<T>(T)
    GitHubSettingsExtensions.SetToken<T>(T, String)
    GitHubSettingsExtensions.ResetToken<T>(T)
    GitHubSettingsExtensions.SetUrl<T>(T, String)
    GitHubSettingsExtensions.ResetUrl<T>(T)
    • Improve this Doc
    • View Source
    Back to top © Dangl IT GmbH