OSDN Git Service

cleanup rake tasks since no gitolite required
[wvm/gitlab.git] / doc / code / files / app / models / gitlab_ci_service_rb.html
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5 <head>
6     <title>gitlab_ci_service.rb</title>
7     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
8     <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
9 <link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
10 <link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
11 <script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
12 <script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
13 <script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
14 <script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
15
16 </head>
17
18 <body>     
19     <div class="banner">
20         
21         <h1>
22             gitlab_ci_service.rb
23         </h1>
24         <ul class="files">
25             <li>app/models/gitlab_ci_service.rb</li>
26             <li>Last modified: 2012-12-23 14:02:47 +0200</li>
27         </ul>
28     </div>
29
30     <div id="bodyContent">
31         <div id="content">
32   
33     <div class="description">
34       
35 <h2 id="label-Schema+Information">Schema Information</h2>
36
37 <p>Table name: services</p>
38
39 <pre>id          :integer          not null, primary key
40 type        :string(255)
41 title       :string(255)
42 token       :string(255)
43 project_id  :integer          not null
44 created_at  :datetime         not null
45 updated_at  :datetime         not null
46 active      :boolean          default(FALSE), not null
47 project_url :string(255)</pre>
48
49     </div>
50   
51
52
53   
54
55
56   
57   
58
59
60   
61     <!-- Namespace -->
62     <div class="sectiontitle">Namespace</div>
63     <ul>
64       
65         <li>
66           <span class="type">CLASS</span>
67           <a href="../../../classes/GitlabCiService.html">GitlabCiService</a>
68         </li>
69       
70     </ul>
71   
72
73
74   
75
76   
77
78
79
80   
81
82     
83
84     
85
86     
87
88
89     
90
91
92     <!-- Methods -->
93               </div>
94
95     </div>
96   </body>
97 </html>