v.io/jiri@v0.0.0-20160715023856-abfb8b131290/project/.api (about) 1 pkg project, const FastScan ScanMode 2 pkg project, const FullScan ScanMode 3 pkg project, func ApplyToLocalMaster(*jiri.X, Projects, func() error) error 4 pkg project, func BuildTools(*jiri.X, Projects, Tools, string) error 5 pkg project, func CheckoutSnapshot(*jiri.X, string, bool) error 6 pkg project, func CleanupProjects(*jiri.X, Projects, bool) error 7 pkg project, func CreateSnapshot(*jiri.X, string, string) error 8 pkg project, func CurrentProjectKey(*jiri.X) (ProjectKey, error) 9 pkg project, func GetProjectState(*jiri.X, ProjectKey, bool) (*ProjectState, error) 10 pkg project, func GetProjectStates(*jiri.X, bool) (map[ProjectKey]*ProjectState, error) 11 pkg project, func InstallTools(*jiri.X, string) error 12 pkg project, func LoadManifest(*jiri.X) (Projects, Tools, error) 13 pkg project, func LoadSnapshotFile(*jiri.X, string) (Projects, Tools, error) 14 pkg project, func LocalProjects(*jiri.X, ScanMode) (Projects, error) 15 pkg project, func MakeProjectKey(string, string) ProjectKey 16 pkg project, func ManifestFromBytes([]byte) (*Manifest, error) 17 pkg project, func ManifestFromFile(*jiri.X, string) (*Manifest, error) 18 pkg project, func ParseNames(*jiri.X, []string, map[string]struct{}) (Projects, error) 19 pkg project, func PollProjects(*jiri.X, map[string]struct{}) (Update, error) 20 pkg project, func ProjectAtPath(*jiri.X, string) (Project, error) 21 pkg project, func ProjectFromFile(*jiri.X, string) (*Project, error) 22 pkg project, func TransitionBinDir(*jiri.X) error 23 pkg project, func UpdateUniverse(*jiri.X, bool) error 24 pkg project, func WriteUpdateHistorySnapshot(*jiri.X, string) error 25 pkg project, method (*Import) ProjectKey() ProjectKey 26 pkg project, method (*Manifest) ToBytes() ([]byte, error) 27 pkg project, method (*Manifest) ToFile(*jiri.X, string) error 28 pkg project, method (Project) Key() ProjectKey 29 pkg project, method (Project) ToFile(*jiri.X, string) error 30 pkg project, method (ProjectKeys) Len() int 31 pkg project, method (ProjectKeys) Less(int, int) bool 32 pkg project, method (ProjectKeys) Swap(int, int) 33 pkg project, method (Projects) Find(string) Projects 34 pkg project, method (Projects) FindUnique(string) (Project, error) 35 pkg project, method (UnsupportedProtocolErr) Error() string 36 pkg project, type BranchState struct 37 pkg project, type BranchState struct, HasGerritMessage bool 38 pkg project, type BranchState struct, Name string 39 pkg project, type CL struct 40 pkg project, type CL struct, Author string 41 pkg project, type CL struct, Description string 42 pkg project, type CL struct, Email string 43 pkg project, type Import struct 44 pkg project, type Import struct, Manifest string 45 pkg project, type Import struct, Name string 46 pkg project, type Import struct, Protocol string 47 pkg project, type Import struct, Remote string 48 pkg project, type Import struct, RemoteBranch string 49 pkg project, type Import struct, Root string 50 pkg project, type Import struct, XMLName struct{} 51 pkg project, type LocalImport struct 52 pkg project, type LocalImport struct, File string 53 pkg project, type LocalImport struct, XMLName struct{} 54 pkg project, type Manifest struct 55 pkg project, type Manifest struct, Imports []Import 56 pkg project, type Manifest struct, LocalImports []LocalImport 57 pkg project, type Manifest struct, Projects []Project 58 pkg project, type Manifest struct, SnapshotPath string 59 pkg project, type Manifest struct, Tools []Tool 60 pkg project, type Manifest struct, XMLName struct{} 61 pkg project, type Project struct 62 pkg project, type Project struct, GerritHost string 63 pkg project, type Project struct, GitHooks string 64 pkg project, type Project struct, Name string 65 pkg project, type Project struct, Path string 66 pkg project, type Project struct, Protocol string 67 pkg project, type Project struct, Remote string 68 pkg project, type Project struct, RemoteBranch string 69 pkg project, type Project struct, Revision string 70 pkg project, type Project struct, RunHook string 71 pkg project, type Project struct, XMLName struct{} 72 pkg project, type ProjectKey string 73 pkg project, type ProjectKeys []ProjectKey 74 pkg project, type ProjectState struct 75 pkg project, type ProjectState struct, Branches []BranchState 76 pkg project, type ProjectState struct, CurrentBranch string 77 pkg project, type ProjectState struct, HasUncommitted bool 78 pkg project, type ProjectState struct, HasUntracked bool 79 pkg project, type ProjectState struct, Project Project 80 pkg project, type Projects map[ProjectKey]Project 81 pkg project, type ScanMode bool 82 pkg project, type Tool struct 83 pkg project, type Tool struct, Data string 84 pkg project, type Tool struct, Name string 85 pkg project, type Tool struct, Package string 86 pkg project, type Tool struct, Project string 87 pkg project, type Tool struct, XMLName struct{} 88 pkg project, type Tools map[string]Tool 89 pkg project, type UnsupportedProtocolErr string 90 pkg project, type Update map[string][]CL 91 pkg project, var JiriName string 92 pkg project, var JiriPackage string 93 pkg project, var JiriProject string