|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg</title> |
|
6 <style> |
|
7 body { |
|
8 background: #EDECE6; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #85774A; } |
|
14 h2 { color: white; background: #85774A; } |
|
15 h3 { color: white; background: #9D936E; } |
|
16 h4 { color: white; background: #9D936E; } |
|
17 |
|
18 a { color: #BA6D36; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body><a NAME="top" ID="top"></a> |
|
23 <h1>eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg</h1> |
|
24 <p> |
|
25 Module implementing the gpg extension interface. |
|
26 </p> |
|
27 <h3>Global Attributes</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 <h3>Classes</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="#Gpg">Gpg</a></td> |
|
35 <td>Class implementing the fetch extension interface.</td> |
|
36 </tr> |
|
37 </table> |
|
38 <h3>Functions</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <hr /><hr /> |
|
43 <a NAME="Gpg" ID="Gpg"></a> |
|
44 <h2>Gpg</h2> |
|
45 <p> |
|
46 Class implementing the fetch extension interface. |
|
47 </p> |
|
48 <h3>Derived from</h3> |
|
49 QObject |
|
50 <h3>Class Attributes</h3> |
|
51 <table> |
|
52 <tr><td>None</td></tr> |
|
53 </table> |
|
54 <h3>Methods</h3> |
|
55 <table> |
|
56 <tr> |
|
57 <td><a href="#Gpg.__init__">Gpg</a></td> |
|
58 <td>Constructor</td> |
|
59 </tr><tr> |
|
60 <td><a href="#Gpg.hgGpgSign">hgGpgSign</a></td> |
|
61 <td>Public method used to list the available bookmarks.</td> |
|
62 </tr><tr> |
|
63 <td><a href="#Gpg.hgGpgSignatures">hgGpgSignatures</a></td> |
|
64 <td>Public method used to list all signed changesets.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#Gpg.hgGpgVerifySignatures">hgGpgVerifySignatures</a></td> |
|
67 <td>Public method used to verify the signatures of a revision.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#Gpg.shutdown">shutdown</a></td> |
|
70 <td>Public method used to shutdown the fetch interface.</td> |
|
71 </tr> |
|
72 </table> |
|
73 <a NAME="Gpg.__init__" ID="Gpg.__init__"></a> |
|
74 <h4>Gpg (Constructor)</h4> |
|
75 <b>Gpg</b>(<i>vcs</i>) |
|
76 <p> |
|
77 Constructor |
|
78 </p><dl> |
|
79 <dt><i>vcs</i></dt> |
|
80 <dd> |
|
81 reference to the Mercurial vcs object |
|
82 </dd> |
|
83 </dl><a NAME="Gpg.hgGpgSign" ID="Gpg.hgGpgSign"></a> |
|
84 <h4>Gpg.hgGpgSign</h4> |
|
85 <b>hgGpgSign</b>(<i>path</i>) |
|
86 <p> |
|
87 Public method used to list the available bookmarks. |
|
88 </p><dl> |
|
89 <dt><i>path</i></dt> |
|
90 <dd> |
|
91 directory name of the project (string) |
|
92 </dd> |
|
93 </dl><a NAME="Gpg.hgGpgSignatures" ID="Gpg.hgGpgSignatures"></a> |
|
94 <h4>Gpg.hgGpgSignatures</h4> |
|
95 <b>hgGpgSignatures</b>(<i>path</i>) |
|
96 <p> |
|
97 Public method used to list all signed changesets. |
|
98 </p><dl> |
|
99 <dt><i>path</i></dt> |
|
100 <dd> |
|
101 directory name of the project (string) |
|
102 </dd> |
|
103 </dl><a NAME="Gpg.hgGpgVerifySignatures" ID="Gpg.hgGpgVerifySignatures"></a> |
|
104 <h4>Gpg.hgGpgVerifySignatures</h4> |
|
105 <b>hgGpgVerifySignatures</b>(<i>path, rev=None</i>) |
|
106 <p> |
|
107 Public method used to verify the signatures of a revision. |
|
108 </p><dl> |
|
109 <dt><i>path</i></dt> |
|
110 <dd> |
|
111 directory name of the project (string) |
|
112 </dd><dt><i>rev</i></dt> |
|
113 <dd> |
|
114 revision to check (string) |
|
115 </dd> |
|
116 </dl><a NAME="Gpg.shutdown" ID="Gpg.shutdown"></a> |
|
117 <h4>Gpg.shutdown</h4> |
|
118 <b>shutdown</b>(<i></i>) |
|
119 <p> |
|
120 Public method used to shutdown the fetch interface. |
|
121 </p> |
|
122 <div align="right"><a href="#top">Up</a></div> |
|
123 <hr /> |
|
124 </body></html> |