com.cloudbees.jenkins.plugins.changelog
Class Changes

java.lang.Object
  extended by com.cloudbees.jenkins.plugins.changelog.Changes

@ExportedBean
public class Changes
extends Object

Author:
Nicolas De Loof

Constructor Summary
Changes(hudson.model.AbstractBuild build, int buildNumber)
           
 
Method Summary
 hudson.model.Api getApi()
          Remote API access.
 hudson.model.AbstractBuild getBuild()
           
 List<hudson.scm.ChangeLogSet> getChanges()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Changes

public Changes(hudson.model.AbstractBuild build,
               int buildNumber)
Method Detail

getApi

public final hudson.model.Api getApi()
Remote API access.


getBuild

public hudson.model.AbstractBuild getBuild()

getChanges

@Exported
public List<hudson.scm.ChangeLogSet> getChanges()


Copyright © 2004-2013. All Rights Reserved.