com.nirima.jenkins.repo
Class RepositoryExtensionPoint

java.lang.Object
  extended by com.nirima.jenkins.repo.RepositoryExtensionPoint
All Implemented Interfaces:
hudson.ExtensionPoint

public abstract class RepositoryExtensionPoint
extends Object
implements hudson.ExtensionPoint

Extension point for repositories


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
RepositoryExtensionPoint()
           
 
Method Summary
static hudson.ExtensionList<RepositoryExtensionPoint> all()
           
abstract  RepositoryElement getRepositoryRoot(RootElement rootElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryExtensionPoint

public RepositoryExtensionPoint()
Method Detail

all

public static hudson.ExtensionList<RepositoryExtensionPoint> all()

getRepositoryRoot

public abstract RepositoryElement getRepositoryRoot(RootElement rootElement)


Copyright © 2004-2011. All Rights Reserved.