org.jenkinsci.plugins.buildenvironment.data
Class ProjectData
java.lang.Object
org.jenkinsci.plugins.buildenvironment.data.Data
org.jenkinsci.plugins.buildenvironment.data.ProjectData
public class ProjectData
- extends Data
Represents information about the project to which this build belongs.
- Author:
- yboev
| Fields inherited from class org.jenkinsci.plugins.buildenvironment.data.Data |
data |
|
Constructor Summary |
ProjectData(hudson.model.AbstractProject<?,?> project,
hudson.model.AbstractBuild<?,?> build,
String name,
String id)
Constructor method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectData
public ProjectData(hudson.model.AbstractProject<?,?> project,
hudson.model.AbstractBuild<?,?> build,
String name,
String id)
- Constructor method.
Copyright © 2004-2013. All Rights Reserved.