|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.SCM
hudson.plugins.accurev.AccurevSCM
public class AccurevSCM
Created by IntelliJ IDEA.
| Nested Class Summary | |
|---|---|
static class |
AccurevSCM.AccurevSCMDescriptor
|
static class |
AccurevSCM.AccurevServer
|
| Field Summary | |
|---|---|
static java.text.SimpleDateFormat |
ACCUREV_DATETIME_FORMATTER
|
static AccurevSCM.AccurevSCMDescriptor |
DESCRIPTOR
|
| Fields inherited from class hudson.scm.SCM |
|---|
PERMISSIONS, TAG |
| Constructor Summary | |
|---|---|
AccurevSCM(java.lang.String serverName,
java.lang.String depot,
java.lang.String stream,
boolean useWorkspace,
java.lang.String workspace,
java.lang.String workspaceSubPath,
boolean synctime,
boolean useUpdate)
Our 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()
|
java.lang.String |
getDepot()
Getter for property 'depot'. |
hudson.scm.SCMDescriptor<?> |
getDescriptor()
|
java.lang.String |
getServerName()
Getter for property 'serverName'. |
java.lang.String |
getStream()
Getter for property 'stream'. |
java.lang.String |
getWorkspace()
Getter for property 'workspace'. |
java.lang.String |
getWorkspaceSubPath()
Getter for property 'workspaceSubPath'. |
boolean |
isSynctime()
Getter for property 'synctime'. |
boolean |
isUseUpdate()
Getter for property 'useUpdate'. |
boolean |
isUseWorkspace()
Getter for property 'useWorkspace'. |
boolean |
pollChanges(hudson.model.AbstractProject project,
hudson.Launcher launcher,
hudson.FilePath workspace,
hudson.model.TaskListener listener)
|
| Methods inherited from class hudson.scm.SCM |
|---|
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 java.text.SimpleDateFormat ACCUREV_DATETIME_FORMATTER
public static final AccurevSCM.AccurevSCMDescriptor DESCRIPTOR
| Constructor Detail |
|---|
@DataBoundConstructor
public AccurevSCM(java.lang.String serverName,
java.lang.String depot,
java.lang.String stream,
boolean useWorkspace,
java.lang.String workspace,
java.lang.String workspaceSubPath,
boolean synctime,
boolean useUpdate)
| Method Detail |
|---|
public java.lang.String getDepot()
public java.lang.String getServerName()
public java.lang.String getStream()
public java.lang.String getWorkspace()
public java.lang.String getWorkspaceSubPath()
public boolean isSynctime()
public boolean isUseUpdate()
public boolean isUseWorkspace()
public hudson.scm.SCMDescriptor<?> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.scm.SCM>getDescriptor in class hudson.scm.SCM
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.SCM
public boolean pollChanges(hudson.model.AbstractProject project,
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.InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||