![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Inheritance diagram for upload.GitVCS:
Collaboration diagram for upload.GitVCS:Public Member Functions | |
| def | __init__ |
| def | GenerateDiff |
| def | GetUnknownFiles |
| def | GetBaseFile |
| def | __init__ |
| def | GenerateDiff |
| def | GetUnknownFiles |
| def | GetBaseFile |
Public Member Functions inherited from upload.VersionControlSystem | |
| def | __init__ |
| def | GenerateDiff |
| def | GetUnknownFiles |
| def | CheckForUnknownFiles |
| def | GetBaseFile |
| def | GetBaseFiles |
| def | UploadBaseFiles |
| def | IsImage |
| def | __init__ |
| def | GenerateDiff |
| def | GetUnknownFiles |
| def | CheckForUnknownFiles |
| def | GetBaseFile |
| def | GetBaseFiles |
| def | UploadBaseFiles |
| def | IsImage |
Public Attributes | |
| base_hashes | |
Public Attributes inherited from upload.VersionControlSystem | |
| options | |
Implementation of the VersionControlSystem interface for Git.
Definition at line 985 of file upload.py.
View newest version in sPHENIX GitHub at line 985 of file upload.py
| def upload.GitVCS.__init__ | ( | self, | |
| options | |||
| ) |
Definition at line 988 of file upload.py.
View newest version in sPHENIX GitHub at line 988 of file upload.py
Referenced by upload.GitVCS.__init__().
Here is the caller graph for this function:| def upload.GitVCS.__init__ | ( | self, | |
| options | |||
| ) |
Definition at line 988 of file upload.py.
View newest version in sPHENIX GitHub at line 988 of file upload.py
References upload.GitVCS.__init__(), and upload.GitVCS.base_hashes.
Here is the call graph for this function:| def upload.GitVCS.GenerateDiff | ( | self, | |
| extra_args | |||
| ) |
Definition at line 993 of file upload.py.
View newest version in sPHENIX GitHub at line 993 of file upload.py
References upload.GitVCS.base_hashes, upload.ErrorExit(), join(), and upload.RunShell().
Referenced by upload.GitVCS.GenerateDiff().
Here is the call graph for this function:
Here is the caller graph for this function:| def upload.GitVCS.GenerateDiff | ( | self, | |
| extra_args | |||
| ) |
Definition at line 993 of file upload.py.
View newest version in sPHENIX GitHub at line 993 of file upload.py
References upload.GitVCS.base_hashes, upload.ErrorExit(), upload.GitVCS.GenerateDiff(), join(), and upload.RunShell().
Here is the call graph for this function:| def upload.GitVCS.GetBaseFile | ( | self, | |
| filename | |||
| ) |
Definition at line 1026 of file upload.py.
View newest version in sPHENIX GitHub at line 1026 of file upload.py
References upload.GitVCS.base_hashes, upload.ErrorExit(), upload.GitVCS.GetBaseFile(), and upload.RunShellWithReturnCode().
Here is the call graph for this function:| def upload.GitVCS.GetBaseFile | ( | self, | |
| filename | |||
| ) |
Definition at line 1026 of file upload.py.
View newest version in sPHENIX GitHub at line 1026 of file upload.py
References upload.GitVCS.base_hashes, upload.ErrorExit(), and upload.RunShellWithReturnCode().
Referenced by upload.GitVCS.GetBaseFile().
Here is the call graph for this function:
Here is the caller graph for this function:| def upload.GitVCS.GetUnknownFiles | ( | self | ) |
Definition at line 1021 of file upload.py.
View newest version in sPHENIX GitHub at line 1021 of file upload.py
References upload.RunShell().
Referenced by upload.GitVCS.GetUnknownFiles().
Here is the call graph for this function:
Here is the caller graph for this function:| def upload.GitVCS.GetUnknownFiles | ( | self | ) |
Definition at line 1021 of file upload.py.
View newest version in sPHENIX GitHub at line 1021 of file upload.py
References upload.GitVCS.GetUnknownFiles(), and upload.RunShell().
Here is the call graph for this function:| upload.GitVCS.base_hashes |
Definition at line 991 of file upload.py.
View newest version in sPHENIX GitHub at line 991 of file upload.py
Referenced by upload.GitVCS.__init__(), upload.GitVCS.GenerateDiff(), and upload.GitVCS.GetBaseFile().