Class ProjectStackshot
- java.lang.Object
-
- com.inductiveautomation.ignition.common.project.ProjectStackshot
-
public class ProjectStackshot extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProjectStackshot(java.lang.String projectName, ProjectManifest projectManifest, java.util.List<ProjectSnapshot> projectSnapshots)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectManifest
getProjectManifest()
java.lang.String
getProjectName()
java.util.List<ProjectSnapshot>
getProjectSnapshots()
-
-
-
Constructor Detail
-
ProjectStackshot
public ProjectStackshot(java.lang.String projectName, ProjectManifest projectManifest, java.util.List<ProjectSnapshot> projectSnapshots)
-
-
Method Detail
-
getProjectName
public java.lang.String getProjectName()
-
getProjectManifest
public ProjectManifest getProjectManifest()
-
getProjectSnapshots
public java.util.List<ProjectSnapshot> getProjectSnapshots()
-
-