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

Packages that use PatchRepositoryResult
org.apache.maven.plugins.patchtracker.patching   
org.apache.maven.plugins.patchtracker.patching.github   
 

Uses of PatchRepositoryResult in org.apache.maven.plugins.patchtracker.patching
 

Methods in org.apache.maven.plugins.patchtracker.patching that return PatchRepositoryResult
 PatchRepositoryResult PatchRepository.getPatch(PatchRepositoryRequest patchRepositoryRequest, Log log)
           
 PatchRepositoryResult PatchRepositoryResult.setDescription(String description)
           
 PatchRepositoryResult PatchRepositoryResult.setHtmlUrl(String htmlUrl)
           
 PatchRepositoryResult PatchRepositoryResult.setPatchContent(String patchContent)
           
 PatchRepositoryResult PatchRepositoryResult.setPatchUrl(String patchUrl)
           
 PatchRepositoryResult PatchRepositoryResult.setTitle(String title)
           
 

Uses of PatchRepositoryResult in org.apache.maven.plugins.patchtracker.patching.github
 

Subclasses of PatchRepositoryResult in org.apache.maven.plugins.patchtracker.patching.github
 class GithubPatchRepositoryResult
          use jackson annotation to map field to json attributes
 

Methods in org.apache.maven.plugins.patchtracker.patching.github that return PatchRepositoryResult
protected  PatchRepositoryResult GitHubPatchRepository.fromJson(String jsonContent)
          parse json from gitbut see http://developer.github.com/v3/pulls/
 PatchRepositoryResult GitHubPatchRepository.getPatch(PatchRepositoryRequest patchRepositoryRequest, Log log)
           
 

Methods in org.apache.maven.plugins.patchtracker.patching.github with parameters of type PatchRepositoryResult
protected  String GitHubPatchRepository.getPatchContent(PatchRepositoryResult pullRequest)
           
 



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