com.ibm.team.build.internal.hjplugin
Class RTCBuildCause
java.lang.Object
hudson.model.Cause
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 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 |
| 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 |
RTCBuildCause
public RTCBuildCause(BuildResultInfo buildResultInfo)
getShortDescription
@Exported(visibility=3)
public String getShortDescription()
- Specified by:
getShortDescription in class hudson.model.Cause
Copyright © 2004-2013. All Rights Reserved.