public class MultiSCMRevisionState
extends hudson.scm.SCMRevisionState
| Constructor and Description | 
|---|
MultiSCMRevisionState()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(hudson.scm.SCM scm,
   hudson.FilePath ws,
   hudson.model.Run<?,?> build,
   hudson.scm.SCMRevisionState scmState)  | 
hudson.scm.SCMRevisionState | 
get(hudson.scm.SCM scm,
   hudson.FilePath ws,
   hudson.model.AbstractBuild<?,?> build)  | 
java.lang.String | 
toString()  | 
public void add(@NonNull
                hudson.scm.SCM scm,
                @NonNull
                hudson.FilePath ws,
                @Nullable
                hudson.model.Run<?,?> build,
                hudson.scm.SCMRevisionState scmState)
public hudson.scm.SCMRevisionState get(@NonNull
                                       hudson.scm.SCM scm,
                                       hudson.FilePath ws,
                                       @Nullable
                                       hudson.model.AbstractBuild<?,?> build)
public java.lang.String toString()
toString in class java.lang.Object