@ExportedBean(defaultVisibility=999)
public class DimensionsChangeSet
extends hudson.scm.ChangeLogSet.Entry
| Modifier and Type | Class and Description |
|---|---|
static class |
DimensionsChangeSet.DmFiles
List of changes made in the repository for this changeset.
|
static class |
DimensionsChangeSet.DmRequests |
| Constructor and Description |
|---|
DimensionsChangeSet() |
DimensionsChangeSet(String file,
String developer,
String op,
String revision,
String comment,
String url,
Calendar date) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(DimensionsChangeSet.DmFiles file) |
void |
add(String file,
String operation,
String url) |
void |
addRequest(DimensionsChangeSet.DmRequests newreq) |
void |
addRequest(String objectId,
String url) |
void |
addRequest(String objectId,
String url,
String title) |
Collection<String> |
getAffectedPaths() |
hudson.model.User |
getAuthor() |
String |
getComment() |
Date |
getDate() |
String |
getDeveloper() |
Collection<DimensionsChangeSet.DmFiles> |
getFiles() |
String |
getId() |
String |
getMsg() |
Collection<DimensionsChangeSet.DmRequests> |
getRequests() |
String |
getSCMComment() |
String |
getUser() |
String |
getVersion() |
void |
setComment(String x) |
void |
setDateString(String dateString) |
void |
setParent(hudson.scm.ChangeLogSet parent) |
void |
setUser(String x) |
void |
setVersion(String x) |
public void setParent(hudson.scm.ChangeLogSet parent)
setParent in class hudson.scm.ChangeLogSet.Entrypublic Date getDate()
public String getDeveloper()
public String getSCMComment()
public void setDateString(String dateString) throws ParseException
ParseExceptionpublic Collection<DimensionsChangeSet.DmFiles> getFiles()
public Collection<DimensionsChangeSet.DmRequests> getRequests()
public Collection<String> getAffectedPaths()
getAffectedPaths in class hudson.scm.ChangeLogSet.Entrypublic hudson.model.User getAuthor()
getAuthor in class hudson.scm.ChangeLogSet.Entrypublic String getMsg()
getMsg in class hudson.scm.ChangeLogSet.Entrypublic String getId()
public void setVersion(String x)
public String getVersion()
public void setUser(String x)
public String getUser()
public void setComment(String x)
public String getComment()
public void add(DimensionsChangeSet.DmFiles file)
public void addRequest(DimensionsChangeSet.DmRequests newreq)
Copyright © 2004-2016. All Rights Reserved.