|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.scm.SCM
hudson.plugins.starteam.StarTeamSCM
public class StarTeamSCM
StarTeam SCM plugin for Hudson.
| Nested Class Summary | |
|---|---|
static class |
StarTeamSCM.StarTeamSCMDescriptorImpl
Descriptor class for the SCM class. |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary | |
|---|---|
static StarTeamSCM.StarTeamSCMDescriptorImpl |
DESCRIPTOR
Singleton descriptor. |
| Fields inherited from class hudson.scm.SCM |
|---|
PERMISSIONS, TAG |
| Constructor Summary | |
|---|---|
StarTeamSCM(java.lang.String hostname,
int port,
java.lang.String projectname,
java.lang.String viewname,
java.lang.String foldername,
java.lang.String username,
java.lang.String password)
The constructor. |
|
| Method Summary | |
|---|---|
boolean |
checkout(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.FilePath workspace,
hudson.model.BuildListener listener,
java.io.File changelogFile)
|
hudson.scm.ChangeLogParser |
createChangeLogParser()
|
StarTeamSCM.StarTeamSCMDescriptorImpl |
getDescriptor()
|
java.lang.String |
getFoldername()
Get the root folder name of our monitored workspace. |
java.lang.String |
getHostname()
Get the hostname this SCM is using. |
java.lang.String |
getPassword()
Get the password used to connect to starteam. |
int |
getPort()
Get the port number this SCM is using. |
java.lang.String |
getProjectname()
Get the project name this SCM is connected to. |
java.lang.String |
getUsername()
Get the username used to connect to starteam. |
java.lang.String |
getViewname()
Get the view name in the project this SCM uses. |
boolean |
pollChanges(hudson.model.AbstractProject proj,
hudson.Launcher launcher,
hudson.FilePath workspace,
hudson.model.TaskListener listener)
|
| Methods inherited from class hudson.scm.SCM |
|---|
_for, all, buildEnvVars, createEmptyChangeLog, getBrowser, getEffectiveBrowser, getModuleRoot, getModuleRoots, nullify, processWorkspaceBeforeDeletion, requiresWorkspaceForPolling, supportsPolling |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final StarTeamSCM.StarTeamSCMDescriptorImpl DESCRIPTOR
| Constructor Detail |
|---|
public StarTeamSCM(java.lang.String hostname,
int port,
java.lang.String projectname,
java.lang.String viewname,
java.lang.String foldername,
java.lang.String username,
java.lang.String password)
| Method Detail |
|---|
public boolean checkout(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.FilePath workspace,
hudson.model.BuildListener listener,
java.io.File changelogFile)
throws java.io.IOException,
java.lang.InterruptedException
checkout in class hudson.scm.SCMjava.io.IOException
java.lang.InterruptedExceptionpublic hudson.scm.ChangeLogParser createChangeLogParser()
createChangeLogParser in class hudson.scm.SCMpublic StarTeamSCM.StarTeamSCMDescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.scm.SCM>getDescriptor in class hudson.scm.SCM
public boolean pollChanges(hudson.model.AbstractProject proj,
hudson.Launcher launcher,
hudson.FilePath workspace,
hudson.model.TaskListener listener)
throws java.io.IOException,
java.lang.InterruptedException
pollChanges in class hudson.scm.SCMjava.io.IOException
java.lang.InterruptedExceptionpublic java.lang.String getHostname()
public int getPort()
public java.lang.String getProjectname()
public java.lang.String getViewname()
public java.lang.String getFoldername()
public java.lang.String getUsername()
public java.lang.String getPassword()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||