Package com.google.gerrit.server.project
Class GetConfig
- java.lang.Object
- 
- com.google.gerrit.server.project.GetConfig
 
- 
- All Implemented Interfaces:
- RestReadView<ProjectResource>,- RestView<ProjectResource>
 
 public class GetConfig extends Object implements RestReadView<ProjectResource> 
- 
- 
Constructor SummaryConstructors Constructor Description GetConfig(boolean serverEnableSignedPush, DynamicMap<ProjectConfigEntry> pluginConfigEntries, PluginConfigFactory cfgFactory, AllProjectsName allProjects, UiActions uiActions, DynamicMap<RestView<ProjectResource>> views)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigInfoapply(ProjectResource resource)Process the view operation by reading from the resource.
 
- 
- 
- 
Constructor Detail- 
GetConfig@Inject public GetConfig(boolean serverEnableSignedPush, DynamicMap<ProjectConfigEntry> pluginConfigEntries, PluginConfigFactory cfgFactory, AllProjectsName allProjects, UiActions uiActions, DynamicMap<RestView<ProjectResource>> views)
 
- 
 - 
Method Detail- 
applypublic ConfigInfo apply(ProjectResource resource) Description copied from interface:RestReadViewProcess the view operation by reading from the resource.- Specified by:
- applyin interface- RestReadView<ProjectResource>
- Parameters:
- resource- resource to read.
- Returns:
- result to return to the client. Use BinaryResultto avoid automatic conversion to JSON.
 
 
- 
 
-