public class IntegrityChangeLogSet extends hudson.scm.ChangeLogSet<IntegrityChangeLogSet.IntegrityChangeLog>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
IntegrityChangeLogSet.IntegrityChangeLog
The Entry class defines the metadata related to an individual file change 
 | 
static class  | 
IntegrityChangeLogSet.IntegrityChangeLogPath
A file in a commit. 
 | 
| Constructor and Description | 
|---|
IntegrityChangeLogSet(hudson.model.Run<?,?> run,
                     hudson.scm.RepositoryBrowser<?> browser,
                     List<IntegrityChangeLogSet.IntegrityChangeLog> logs,
                     String integrityURL)
IntegrityChangeLogSet is a collection of all the changes for this build 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addEntry(List<IntegrityChangeLogSet.IntegrityChangeLogPath> affectedPaths,
        String user,
        String msg)
Adds an entry to the change set. 
 | 
IntegrityChangeLogSet.IntegrityChangeLog | 
addNewEntry(List<IntegrityChangeLogSet.IntegrityChangeLogPath> affectedPaths,
           String user,
           String msg)
Returns a new IntegrityChangeLog, which is already added to the list. 
 | 
String | 
getAuthor()
Returns the author responsible for creating this Change Set 
 | 
String | 
getDate()
Returns the date/time information of when this Change Set was created 
 | 
String | 
getIntegrityURL()
Provides the Integrity URL for this Change Log Set 
 | 
String | 
getKind()
Returns the type of this Change Log Set 
 | 
List<IntegrityChangeLogSet.IntegrityChangeLog> | 
getLogs()
Returns the list of Change Logs 
 | 
String | 
getMsg()
Returns the comments associated with this Change Set 
 | 
String | 
getVersion()
Returns the version information associated with this Change Set 
 | 
boolean | 
isEmptySet()
Overridden isEmptySet() implementation for the Change Log Set 
 | 
Iterator<IntegrityChangeLogSet.IntegrityChangeLog> | 
iterator()
Overridden Iterator implementation for the Integrity Change Logs in this Integrity Change Log
 Set 
 | 
void | 
setAuthor(String author)
Sets the author responsible for creating this Change Set 
 | 
void | 
setDate(String date)
Sets the date/time information of when this Change Set was created 
 | 
void | 
setMsg(String msg)
Sets the comments associated this Change Set 
 | 
void | 
setVersion(String version)
Sets the version information associated with this Change Set 
 | 
createEmpty, createEmpty, getBrowser, getItems, getRunclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic IntegrityChangeLogSet(hudson.model.Run<?,?> run,
                             hudson.scm.RepositoryBrowser<?> browser,
                             List<IntegrityChangeLogSet.IntegrityChangeLog> logs,
                             String integrityURL)
build - public List<IntegrityChangeLogSet.IntegrityChangeLog> getLogs()
public String getKind()
getKind in class hudson.scm.ChangeLogSet<IntegrityChangeLogSet.IntegrityChangeLog>public String getIntegrityURL()
public Iterator<IntegrityChangeLogSet.IntegrityChangeLog> iterator()
Iterable.iterator()public boolean isEmptySet()
isEmptySet in class hudson.scm.ChangeLogSet<IntegrityChangeLogSet.IntegrityChangeLog>ChangeLogSet.isEmptySet()public void addEntry(List<IntegrityChangeLogSet.IntegrityChangeLogPath> affectedPaths, String user, String msg)
public IntegrityChangeLogSet.IntegrityChangeLog addNewEntry(List<IntegrityChangeLogSet.IntegrityChangeLogPath> affectedPaths, String user, String msg)
public String getVersion()
public void setVersion(String version)
version - public String getDate()
public void setDate(String date)
date - public String getAuthor()
public void setAuthor(String author)
author - public String getMsg()
public void setMsg(String msg)
msg - Copyright © 2016–2024. All rights reserved.