org.apache.maven.plugins.patchtracker.patching
Class PatchRepositoryRequest

java.lang.Object
  extended by org.apache.maven.plugins.patchtracker.patching.PatchRepositoryRequest
All Implemented Interfaces:
Serializable

public class PatchRepositoryRequest
extends Object
implements Serializable

Author:
Olivier Lamy
See Also:
Serialized Form

Field Summary
protected  String id
          for github pull request id
protected  String organization
          for github user/organization : github.com/apache use apache
protected  String repository
          for github repo : github.com/apache/maven-3 use maven-3
protected  String url
          for github api url https://api.github.com/repos
 
Constructor Summary
PatchRepositoryRequest()
           
 
Method Summary
 String getId()
           
 String getOrganization()
           
 String getRepository()
           
 String getUrl()
           
 PatchRepositoryRequest setId(String id)
           
 PatchRepositoryRequest setOrganization(String organization)
           
 PatchRepositoryRequest setRepository(String repository)
           
 PatchRepositoryRequest setUrl(String url)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

organization

protected String organization
for github user/organization : github.com/apache use apache


repository

protected String repository
for github repo : github.com/apache/maven-3 use maven-3


id

protected String id
for github pull request id

Is defined by:
expression:
${patch.pullrequest.id}
default-value:

url

protected String url
for github api url https://api.github.com/repos

Constructor Detail

PatchRepositoryRequest

public PatchRepositoryRequest()
Method Detail

getOrganization

public String getOrganization()

setOrganization

public PatchRepositoryRequest setOrganization(String organization)

getRepository

public String getRepository()

setRepository

public PatchRepositoryRequest setRepository(String repository)

getId

public String getId()

setId

public PatchRepositoryRequest setId(String id)

getUrl

public String getUrl()

setUrl

public PatchRepositoryRequest setUrl(String url)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.