com.ibm.team.git.build.hjplugin
Class RTCGitBuilder

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Builder
          extended by com.ibm.team.git.build.hjplugin.RTCGitBuilder
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Builder>, hudson.tasks.BuildStep

public class RTCGitBuilder
extends hudson.tasks.Builder


Nested Class Summary
static class RTCGitBuilder.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
RTCGitBuilder(String serverURI, String credentialsId, int timeout, boolean jenkinsRootURIOverride, String jenkinsRootURI, boolean useBuildDefinition, String buildDefinition, boolean annotateChangeLog, boolean useWorkItems, String workItemUpdateType, boolean useTrackBuildWorkItem, int trackBuildWorkItem)
           
 
Method Summary
 boolean getAnnotateChangeLog()
           
 String getBuildDefinition()
           
 String getCredentialsId()
           
 RTCGitBuilder.DescriptorImpl getDescriptor()
           
 String getJenkinsRootURI()
           
 boolean getJenkinsRootURIOverride()
           
 String getServerURI()
          We'll use this from the config.jelly.
 int getTimeout()
           
 int getTrackBuildWorkItem()
           
 boolean getUseBuildDefinition()
           
 boolean getUseTrackBuildWorkItem()
           
 boolean getUseWorkItems()
           
 String getWorkItemUpdateType()
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 boolean prebuild(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.tasks.Builder
all, getRequiredMonitorService, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions
 

Constructor Detail

RTCGitBuilder

@DataBoundConstructor
public RTCGitBuilder(String serverURI,
                                          String credentialsId,
                                          int timeout,
                                          boolean jenkinsRootURIOverride,
                                          String jenkinsRootURI,
                                          boolean useBuildDefinition,
                                          String buildDefinition,
                                          boolean annotateChangeLog,
                                          boolean useWorkItems,
                                          String workItemUpdateType,
                                          boolean useTrackBuildWorkItem,
                                          int trackBuildWorkItem)
Method Detail

prebuild

public boolean prebuild(hudson.model.AbstractBuild<?,?> build,
                        hudson.model.BuildListener listener)
Specified by:
prebuild in interface hudson.tasks.BuildStep
Overrides:
prebuild in class hudson.tasks.BuildStepCompatibilityLayer

perform

public boolean perform(hudson.model.AbstractBuild<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
Specified by:
perform in interface hudson.tasks.BuildStep
Overrides:
perform in class hudson.tasks.BuildStepCompatibilityLayer

getDescriptor

public RTCGitBuilder.DescriptorImpl getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>
Overrides:
getDescriptor in class hudson.tasks.Builder

getServerURI

public String getServerURI()
We'll use this from the config.jelly.


getJenkinsRootURIOverride

public boolean getJenkinsRootURIOverride()

getJenkinsRootURI

public String getJenkinsRootURI()

getUseBuildDefinition

public boolean getUseBuildDefinition()

getBuildDefinition

public String getBuildDefinition()

getWorkItemUpdateType

public String getWorkItemUpdateType()

getAnnotateChangeLog

public boolean getAnnotateChangeLog()

getCredentialsId

public String getCredentialsId()

getTimeout

public int getTimeout()

getTrackBuildWorkItem

public int getTrackBuildWorkItem()

getUseWorkItems

public boolean getUseWorkItems()

getUseTrackBuildWorkItem

public boolean getUseTrackBuildWorkItem()


Copyright © 2004-2014. All Rights Reserved.