org.jenkinsci.plugins.ghprb
Class GhprbBranch

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<GhprbBranch>
      extended by org.jenkinsci.plugins.ghprb.GhprbBranch
All Implemented Interfaces:
hudson.model.Describable<GhprbBranch>

public class GhprbBranch
extends hudson.model.AbstractDescribableImpl<GhprbBranch>

Author:
Ray Sennewald & David Wang

Nested Class Summary
static class GhprbBranch.DescriptorImpl
           
 
Constructor Summary
GhprbBranch(String branch)
           
 
Method Summary
 String getBranch()
           
 boolean matches(String s)
           
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GhprbBranch

@DataBoundConstructor
public GhprbBranch(String branch)
Method Detail

getBranch

public String getBranch()

matches

public boolean matches(String s)


Copyright © 2004-2014. All Rights Reserved.