hudson.scm
Class BlameSubversionStatus

java.lang.Object
  extended by hudson.model.AbstractModelObject
      extended by hudson.scm.BlameSubversionStatus
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, hudson.model.RootAction, hudson.search.SearchableModelObject, hudson.search.SearchItem

@Extension
public class BlameSubversionStatus
extends hudson.model.AbstractModelObject
implements hudson.model.RootAction

Information screen for the use of Subversion in Hudson. Modify: changed by tang

Author:
tang,Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
BlameSubversionStatus()
           
 
Method Summary
 String getDisplayName()
           
 BlameSubversionRepositoryStatus getDynamic(String uuid)
           
 String getIconFileName()
           
 String getSearchUrl()
           
 String getUrlName()
           
 
Methods inherited from class hudson.model.AbstractModelObject
getConfiguredHudsonProperty, getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlameSubversionStatus

public BlameSubversionStatus()
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getSearchUrl

public String getSearchUrl()
Specified by:
getSearchUrl in interface hudson.search.SearchItem

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getDynamic

public BlameSubversionRepositoryStatus getDynamic(String uuid)


Copyright © 2004-2012 Hudson. All Rights Reserved.