jenkins.plugins.displayupstreamchanges
Class UpstreamChangeLog

java.lang.Object
  extended by jenkins.plugins.displayupstreamchanges.UpstreamChangeLog

public class UpstreamChangeLog
extends Object


Constructor Summary
UpstreamChangeLog(hudson.scm.ChangeLogSet changeLogSet, hudson.model.AbstractBuild build)
           
 
Method Summary
 String getAbsoluteBuildUrl()
           
 hudson.model.AbstractBuild getBuild()
           
 hudson.scm.ChangeLogSet getChangeLogSet()
           
 String getDisplayName()
           
 String getSCMDisplayName()
           
 void setBuild(hudson.model.AbstractBuild build)
           
 void setChangeLogSet(hudson.scm.ChangeLogSet changeLogSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpstreamChangeLog

public UpstreamChangeLog(hudson.scm.ChangeLogSet changeLogSet,
                         hudson.model.AbstractBuild build)
Method Detail

getBuild

public hudson.model.AbstractBuild getBuild()

setBuild

public void setBuild(hudson.model.AbstractBuild build)

getChangeLogSet

public hudson.scm.ChangeLogSet getChangeLogSet()

setChangeLogSet

public void setChangeLogSet(hudson.scm.ChangeLogSet changeLogSet)

getDisplayName

public String getDisplayName()

getAbsoluteBuildUrl

public String getAbsoluteBuildUrl()

getSCMDisplayName

public String getSCMDisplayName()


Copyright © 2004-2015. All Rights Reserved.