org.hudsonci.rest.api.project
Class ProjectResource

java.lang.Object
  extended by org.hudsonci.rest.api.internal.ResourceSupport
      extended by org.hudsonci.rest.api.project.ProjectResource

@Named
public class ProjectResource
extends ResourceSupport

Since:
2.1.0
Author:
Jason Dillon

Field Summary
 
Fields inherited from class org.hudsonci.rest.api.internal.ResourceSupport
log
 
Constructor Summary
ProjectResource(ProjectService projectService, ProjectConverter projectx)
           
 
Method Summary
 ProjectDTO getProject(String projectId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectResource

@Inject
public ProjectResource(ProjectService projectService,
                              ProjectConverter projectx)
Method Detail

getProject

public ProjectDTO getProject(String projectId)


Copyright © 2004-2011 Hudson. All Rights Reserved.