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

java.lang.Object
  extended by org.apache.maven.plugins.patchtracker.patching.PatchRepositoryResult
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GithubPatchRepositoryResult

public class PatchRepositoryResult
extends Object
implements Serializable

Author:
Olivier Lamy
See Also:
Serialized Form

Constructor Summary
PatchRepositoryResult()
           
 
Method Summary
 String getDescription()
           
 String getHtmlUrl()
           
 String getPatchContent()
           
 String getPatchUrl()
           
 String getTitle()
           
 PatchRepositoryResult setDescription(String description)
           
 PatchRepositoryResult setHtmlUrl(String htmlUrl)
           
 PatchRepositoryResult setPatchContent(String patchContent)
           
 PatchRepositoryResult setPatchUrl(String patchUrl)
           
 PatchRepositoryResult setTitle(String title)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PatchRepositoryResult

public PatchRepositoryResult()
Method Detail

getTitle

public String getTitle()

setTitle

public PatchRepositoryResult setTitle(String title)

getHtmlUrl

public String getHtmlUrl()

setHtmlUrl

public PatchRepositoryResult setHtmlUrl(String htmlUrl)

getPatchUrl

public String getPatchUrl()

setPatchUrl

public PatchRepositoryResult setPatchUrl(String patchUrl)

getDescription

public String getDescription()

setDescription

public PatchRepositoryResult setDescription(String description)

getPatchContent

public String getPatchContent()

setPatchContent

public PatchRepositoryResult setPatchContent(String patchContent)

toString

public String toString()
Overrides:
toString in class Object


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