public class ProjectState extends hudson.scm.SCMRevisionState implements Serializable
Modifier and Type | Field and Description |
---|---|
Map<String,ModuleState> |
modules |
ModuleState |
project |
Constructor and Description |
---|
ProjectState() |
Modifier and Type | Method and Description |
---|---|
void |
addProject(String path,
String origin,
String branch,
String revision) |
boolean |
equals(Object obj) |
String |
getBranch()
Returns the manifest repository's branch name when this state was
created.
|
String |
getRevision(String path)
Returns the revision for the repository at the specified path.
|
int |
hashCode() |
void |
setBranch(String branch) |
public ModuleState project
public Map<String,ModuleState> modules
Copyright © 2016–2019. All rights reserved.