com.chikli.hudson.plugin.naginator
Class NaginatorCause

java.lang.Object
  extended by hudson.model.Cause
      extended by com.chikli.hudson.plugin.naginator.NaginatorCause

public class NaginatorCause
extends hudson.model.Cause

Cause for builds triggered by this plugin.

Author:
Alan.Harder@sun.com

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
NaginatorCause(hudson.model.AbstractBuild<?,?> build)
           
 
Method Summary
 String getJobUrl()
           
 hudson.model.Job getProject()
           
 String getShortDescription()
           
 Integer getSourceBuildNumber()
           
 String getSummary()
           
 void onAddedTo(hudson.model.AbstractBuild build)
           
 void onLoad(hudson.model.AbstractBuild<?,?> build)
           
 
Methods inherited from class hudson.model.Cause
print
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NaginatorCause

public NaginatorCause(hudson.model.AbstractBuild<?,?> build)
Method Detail

getShortDescription

public String getShortDescription()
Specified by:
getShortDescription in class hudson.model.Cause

onAddedTo

public void onAddedTo(hudson.model.AbstractBuild build)
Overrides:
onAddedTo in class hudson.model.Cause

onLoad

public void onLoad(@Nonnull
                   hudson.model.AbstractBuild<?,?> build)
Overrides:
onLoad in class hudson.model.Cause

getSummary

public String getSummary()

getProject

public hudson.model.Job getProject()

getJobUrl

public String getJobUrl()

getSourceBuildNumber

public Integer getSourceBuildNumber()


Copyright © 2004-2016. All Rights Reserved.