function Workspace( data ) { //This if is about P4JsApi and p4 returning different data if( data.Client ) this.Client = data.Client; else if( data.client ) this.Client = data.client; this.Description = data.Description; this.Host = data.Host; this.LineEnd = data.LineEnd; this.Options = data.Options; this.Owner = data.Owner; this.Root = data.Root; this.Stream = data.Stream; this.SubmitOptions = data.SubmitOptions; this.Update = data.Update; /* Access: "1295632420" Client: "someClient" Description: "Created by me. " Host: "hostId" LineEnd: "local" Options: "noallwrite noclobber nocompress unlocked nomodtime normdir" Owner: "me" Root: "/Users/temp/eco3309dev1" Stream: "//SomeDepot/dev1" SubmitOptions: "submitunchanged" Update: "1295624619" */ }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 8081 | David George |
Initial submit of JavaScript StreamGraph. Main functionality is: Change Trajectory (Change Flow), Timeline, and GitStreams. |