com.ibm.team.build.internal.hjplugin
Class RTCBuildCause

java.lang.Object
  extended by hudson.model.Cause
      extended by com.ibm.team.build.internal.hjplugin.RTCBuildCause

public class RTCBuildCause
extends hudson.model.Cause

This is a build action that is persisted with the build describing how it was started if it was initiated from within RTC. It complements the one that H/J will create for the build. If you change it, be sure that old builds can still be opened.


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Cause
hudson.model.Cause.LegacyCodeCause, hudson.model.Cause.RemoteCause, hudson.model.Cause.UpstreamCause, hudson.model.Cause.UserCause, hudson.model.Cause.UserIdCause
 
Constructor Summary
RTCBuildCause(BuildResultInfo buildResultInfo)
           
 
Method Summary
 String getShortDescription()
           
 
Methods inherited from class hudson.model.Cause
onAddedTo, print
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTCBuildCause

public RTCBuildCause(BuildResultInfo buildResultInfo)
Method Detail

getShortDescription

@Exported(visibility=3)
public String getShortDescription()
Specified by:
getShortDescription in class hudson.model.Cause


Copyright © 2004-2013. All Rights Reserved.