hudson.plugins.tfs
Class PluginImpl

java.lang.Object
  extended by hudson.Plugin
      extended by hudson.plugins.tfs.PluginImpl
All Implemented Interfaces:
hudson.model.Saveable

public class PluginImpl
extends hudson.Plugin

Team Foundation Server plugin.

Author:
Erik Ramfelt

Field Summary
static TeamFoundationServerScm.DescriptorImpl TFS_DESCRIPTOR
           
static TeamSystemWebAccessBrowser.DescriptorImpl TSWA_DESCRIPTOR
           
 
Constructor Summary
PluginImpl()
           
 
Method Summary
 void start()
          Registers SCMDescriptors with Hudson.
 
Methods inherited from class hudson.Plugin
configure, doDynamic, getConfigXml, load, save, setServletContext, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TFS_DESCRIPTOR

public static final TeamFoundationServerScm.DescriptorImpl TFS_DESCRIPTOR

TSWA_DESCRIPTOR

public static final TeamSystemWebAccessBrowser.DescriptorImpl TSWA_DESCRIPTOR
Constructor Detail

PluginImpl

public PluginImpl()
Method Detail

start

public void start()
           throws java.lang.Exception
Registers SCMDescriptors with Hudson.

Overrides:
start in class hudson.Plugin
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.