Class ParentContext

java.lang.Object
io.jenkins.updatebot.commands.ParentContext

public class ParentContext
extends Object
  • Constructor Details

    • ParentContext

      public ParentContext()
  • Method Details

    • addChild

      public void addChild​(CommandContext context)
    • getChildren

      public List<CommandContext> getChildren()
    • getPullRequests

      public List<org.kohsuke.github.GHPullRequest> getPullRequests()
    • getIssues

      public List<org.kohsuke.github.GHIssue> getIssues()