diff --git a/jenkins-exec/com/educoder/jenkins/service/BuildThread.html b/jenkins-exec/com/educoder/jenkins/service/BuildThread.html
new file mode 100644
index 0000000..9c0f379
--- /dev/null
+++ b/jenkins-exec/com/educoder/jenkins/service/BuildThread.html
@@ -0,0 +1,408 @@
+
+
+
+
+
+
+BuildThread
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- 概要:
+- 嵌套 |
+- 字段 |
+- 构造器 |
+- 方法
+
+
+- 详细资料:
+- 字段 |
+- 构造器 |
+- 方法
+
+
+
+
+
+
+
+
+
+
+- java.lang.Object
+-
+
+- com.educoder.jenkins.service.BuildThread
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
方法概要
+
+All Methods Instance Methods Concrete Methods
+
+限定符和类型 |
+方法和说明 |
+
+
+java.lang.String |
+getBuildID() |
+
+
+void |
+handleJobFailure(java.lang.String jobInfo,
+ int errCode,
+ java.lang.String consoleOut) |
+
+
+void |
+init() |
+
+
+void |
+postErrToTrustie(java.lang.String buildFailed,
+ int errCode,
+ java.lang.String buildID,
+ java.lang.String jobName,
+ java.lang.String reSubmit)
+当job构建失败导致前台收不到错误信息时,就由中间层发送报错信息给前台
+ 为了使前端能够解析错误信息,信息传输格式与job构建成功传输至前端的JSON一致。
+ |
+
+
+void |
+run() |
+
+
+void |
+setBuildID(java.lang.String buildID) |
+
+
+void |
+setBuildInfo(java.lang.String jobName,
+ java.util.Map<java.lang.String,java.lang.String> params,
+ java.lang.String buildID,
+ java.lang.String resubmit) |
+
+
+
+-
+
+
+
从类继承的方法 java.lang.Object
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+-
+
+
+-
+
+
+
构造器详细资料
+
+
+
+
+-
+
BuildThread
+public BuildThread()
+
+
+
+
+
+
+-
+
+
+
方法详细资料
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
init
+public void init()
+
+
+
+
+
+
+-
+
setBuildInfo
+public void setBuildInfo(java.lang.String jobName,
+ java.util.Map<java.lang.String,java.lang.String> params,
+ java.lang.String buildID,
+ java.lang.String resubmit)
+
+
+
+
+
+
+-
+
run
+public void run()
+
+- 指定者:
+run
在接口中 java.lang.Runnable
+
+
+
+
+
+
+
+
+
+
+
+-
+
postErrToTrustie
+public void postErrToTrustie(java.lang.String buildFailed,
+ int errCode,
+ java.lang.String buildID,
+ java.lang.String jobName,
+ java.lang.String reSubmit)
+ throws java.lang.Exception
+当job构建失败导致前台收不到错误信息时,就由中间层发送报错信息给前台
+ 为了使前端能够解析错误信息,信息传输格式与job构建成功传输至前端的JSON一致。
+
+- 抛出:
+java.lang.Exception
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- 概要:
+- 嵌套 |
+- 字段 |
+- 构造器 |
+- 方法
+
+
+- 详细资料:
+- 字段 |
+- 构造器 |
+- 方法
+
+
+
+
+
+
+
+
diff --git a/jenkins-exec/com/educoder/jenkins/service/class-use/BuildThread.html b/jenkins-exec/com/educoder/jenkins/service/class-use/BuildThread.html
new file mode 100644
index 0000000..589416d
--- /dev/null
+++ b/jenkins-exec/com/educoder/jenkins/service/class-use/BuildThread.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+类 com.educoder.jenkins.service.BuildThread的使用
+
+
+
+
+
+
+
+
+
+
+
+
+没有com.educoder.jenkins.service.BuildThread的用法
+
+
+
+
+
+
diff --git a/jenkins-exec/com/educoder/jenkins/service/package-frame.html b/jenkins-exec/com/educoder/jenkins/service/package-frame.html
new file mode 100644
index 0000000..0c4fcc4
--- /dev/null
+++ b/jenkins-exec/com/educoder/jenkins/service/package-frame.html
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+com.educoder.jenkins.service
+
+
+
+
+
+
+
+
+
diff --git a/jenkins-exec/com/educoder/jenkins/service/package-summary.html b/jenkins-exec/com/educoder/jenkins/service/package-summary.html
new file mode 100644
index 0000000..a162fc5
--- /dev/null
+++ b/jenkins-exec/com/educoder/jenkins/service/package-summary.html
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+com.educoder.jenkins.service
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jenkins-exec/com/educoder/jenkins/service/package-tree.html b/jenkins-exec/com/educoder/jenkins/service/package-tree.html
new file mode 100644
index 0000000..f0e3bc2
--- /dev/null
+++ b/jenkins-exec/com/educoder/jenkins/service/package-tree.html
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+com.educoder.jenkins.service 类分层结构
+
+
+
+
+
+
+
+
+
+
+
+
+
+
类分层结构
+
+- java.lang.Object
+
+- com.educoder.jenkins.service.BuildThread (implements java.lang.Runnable)
+
+
+
+
+
+
+
+
+
+
diff --git a/jenkins-exec/com/educoder/jenkins/service/package-use.html b/jenkins-exec/com/educoder/jenkins/service/package-use.html
new file mode 100644
index 0000000..aa6cdfb
--- /dev/null
+++ b/jenkins-exec/com/educoder/jenkins/service/package-use.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+程序包 com.educoder.jenkins.service的使用
+
+
+
+
+
+
+
+
+
+
+
+
+没有com.educoder.jenkins.service的用法
+
+
+
+
+
+
diff --git a/jenkins-exec/doc/allclasses-frame.html b/jenkins-exec/doc/allclasses-frame.html
new file mode 100644
index 0000000..b98326b
--- /dev/null
+++ b/jenkins-exec/doc/allclasses-frame.html
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+所有类
+
+
+
+
+
+所有类
+
+
+
diff --git a/jenkins-exec/doc/allclasses-noframe.html b/jenkins-exec/doc/allclasses-noframe.html
new file mode 100644
index 0000000..b3de859
--- /dev/null
+++ b/jenkins-exec/doc/allclasses-noframe.html
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+所有类
+
+
+
+
+
+所有类
+
+
+
diff --git a/jenkins-exec/doc/com/educoder/jenkins/controller/BaseController.html b/jenkins-exec/doc/com/educoder/jenkins/controller/BaseController.html
new file mode 100644
index 0000000..1aa14f0
--- /dev/null
+++ b/jenkins-exec/doc/com/educoder/jenkins/controller/BaseController.html
@@ -0,0 +1,173 @@
+
+
+
+
+
+
+BaseController
+
+
+
+
+
+
+
+
+
+
+
+- java.lang.Object
+-
+
+- com.educoder.jenkins.controller.BaseController
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
方法概要
+
+All Methods Instance Methods Concrete Methods
+
+限定符和类型 |
+方法和说明 |
+
+
+com.alibaba.fastjson.JSONObject |
+exp(javax.servlet.http.HttpServletRequest request,
+ java.lang.Exception ex) |
+
+
+void |
+setReqAndRes(javax.servlet.http.HttpServletRequest request,
+ javax.servlet.http.HttpServletResponse response) |
+
+
+
+-
+
+
+
从类继承的方法 java.lang.Object
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+-
+
+
+-
+
+
+
构造器详细资料
+
+
+
+
+-
+
BaseController
+public BaseController()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jenkins-exec/doc/com/educoder/jenkins/controller/GameController.html b/jenkins-exec/doc/com/educoder/jenkins/controller/GameController.html
new file mode 100644
index 0000000..d1fba7e
--- /dev/null
+++ b/jenkins-exec/doc/com/educoder/jenkins/controller/GameController.html
@@ -0,0 +1,286 @@
+
+
+
+
+
+
+GameController
+
+
+
+
+
+
+
+
+
+
+
+- java.lang.Object
+-
+
+- com.educoder.jenkins.controller.BaseController
+-
+
+- com.educoder.jenkins.controller.GameController
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
方法概要
+
+
+-
+
+
+
从类继承的方法 com.educoder.jenkins.controller.BaseController
+exp, setReqAndRes
+
+
+-
+
+
+
从类继承的方法 java.lang.Object
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+-
+
+
+-
+
+
+
构造器详细资料
+
+
+
+
+-
+
GameController
+public GameController()
+
+
+
+
+
+
+-
+
+
+
方法详细资料
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
generatePipelineScriptForGame
+public java.lang.String generatePipelineScriptForGame(@RequestParam
+ java.lang.String gameInfo)
+trustie将各个关卡的pipeline连同运行环境,以JSON格式传给中间层服务器
+ 中间层服务器接收参数,并将其和java.template.pipeline这一模板进行组成, 生成整个Job的总脚本。 gameInfo
+
+- 参数:
+gameInfo
-
+- 返回:
+
+
+
+
+
+
+
+-
+
openGameInstance
+@RequestMapping(path="/openGameInstance")
+public com.alibaba.fastjson.JSONObject openGameInstance(@RequestParam
+ java.lang.String jobNameForInstance,
+ @RequestParam
+ java.lang.String gameInfo,
+ @RequestParam
+ java.lang.String instanceGitURL)
+ throws java.lang.Exception
+
+- 抛出:
+java.lang.Exception
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jenkins-exec/doc/com/educoder/jenkins/controller/package-frame.html b/jenkins-exec/doc/com/educoder/jenkins/controller/package-frame.html
new file mode 100644
index 0000000..9558258
--- /dev/null
+++ b/jenkins-exec/doc/com/educoder/jenkins/controller/package-frame.html
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+com.educoder.jenkins.controller
+
+
+
+
+
+
+
+
+
diff --git a/jenkins-exec/doc/com/educoder/jenkins/controller/package-summary.html b/jenkins-exec/doc/com/educoder/jenkins/controller/package-summary.html
new file mode 100644
index 0000000..544255e
--- /dev/null
+++ b/jenkins-exec/doc/com/educoder/jenkins/controller/package-summary.html
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+com.educoder.jenkins.controller
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jenkins-exec/doc/constant-values.html b/jenkins-exec/doc/constant-values.html
new file mode 100644
index 0000000..110ef15
--- /dev/null
+++ b/jenkins-exec/doc/constant-values.html
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+常量字段值
+
+
+
+
+
+
+
+
+
+
diff --git a/jenkins-exec/doc/deprecated-list.html b/jenkins-exec/doc/deprecated-list.html
new file mode 100644
index 0000000..2e2ea94
--- /dev/null
+++ b/jenkins-exec/doc/deprecated-list.html
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+已过时的列表
+
+
+
+
+
+
+
+
+
+
diff --git a/jenkins-exec/doc/help-doc.html b/jenkins-exec/doc/help-doc.html
new file mode 100644
index 0000000..8c862b8
--- /dev/null
+++ b/jenkins-exec/doc/help-doc.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+API 帮助
+
+
+
+
+
+
+
+
+
+
+-
+
程序包
+每个程序包都有一个页面, 其中包含它的类和接口的列表及其概要。此页面可以包含六个类别:
+
+- 接口 (斜体)
+- 类
+- 枚举
+- 异常错误
+- 错误
+- 注释类型
+
+
+-
+
类/接口
+每个类, 接口, 嵌套类和嵌套接口都有各自的页面。其中每个页面都由三部分 (类/接口说明, 概要表, 以及详细的成员说明) 组成:
+
+- 类继承图
+- 直接子类
+- 所有已知子接口
+- 所有已知实现类
+- 类/接口声明
+- 类/接口说明
+
+
+- 嵌套类概要
+- 字段概要
+- 构造器概要
+- 方法概要
+
+
+- 字段详细资料
+- 构造器详细资料
+- 方法详细资料
+
+每个概要条目都包含该项目的详细说明的第一句。概要条目按字母顺序排列, 而详细说明则按其在源代码中出现的顺序排列。这样保持了程序员所建立的逻辑分组。
+
+-
+
注释类型
+每个注释类型都有各自的页面, 其中包含以下部分:
+
+- 注释类型声明
+- 注释类型说明
+- 必需元素概要
+- 可选元素概要
+- 元素详细资料
+
+
+-
+
枚举
+每个枚举都有各自的页面, 其中包含以下部分:
+
+- 枚举声明
+- 枚举说明
+- 枚举常量概要
+- 枚举常量详细资料
+
+
+-
+
已过时的 API
+已过时的 API 页面列出了所有已过时的 API。一般由于进行了改进并且通常提供了替代的 API, 所以建议不要使用已过时的 API。在将来的实现过程中, 可能会删除已过时的 API。
+
+-
+
索引
+索引 包含按字母顺序排列的所有类, 接口, 构造器, 方法和字段的列表。
+
+-
+
上一个/下一个
+这些链接使您可以转至下一个或上一个类, 接口, 程序包或相关页面。
+
+-
+
框架/无框架
+这些链接用于显示和隐藏 HTML 框架。所有页面均具有有框架和无框架两种显示方式。
+
+-
+
所有类
+所有类链接显示所有类和接口 (除了非静态嵌套类型)。
+
+-
+
序列化表格
+每个可序列化或可外部化的类都有其序列化字段和方法的说明。此信息对重新实现者有用, 而对使用 API 的开发者则没有什么用处。尽管导航栏中没有链接, 但您可以通过下列方式获取此信息: 转至任何序列化类, 然后单击类说明的 "另请参阅" 部分中的 "序列化表格"。
+
+-
+
常量字段值
+常量字段值页面列出了静态最终字段及其值。
+
+
+
此帮助文件适用于使用标准 doclet 生成的 API 文档。
+
+
diff --git a/jenkins-exec/doc/index-files/index-1.html b/jenkins-exec/doc/index-files/index-1.html
new file mode 100644
index 0000000..1593849
--- /dev/null
+++ b/jenkins-exec/doc/index-files/index-1.html
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+C - 索引
+
+
+
+
+
+
+
+C D G O P T
+
+
+
C
+
+- com.educoder.jenkins.controller - 程序包 com.educoder.jenkins.controller
+-
+
+
C D G O P T
+
+
diff --git a/jenkins-exec/doc/index-files/index-2.html b/jenkins-exec/doc/index-files/index-2.html
new file mode 100644
index 0000000..bb7dc99
--- /dev/null
+++ b/jenkins-exec/doc/index-files/index-2.html
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+D - 索引
+
+
+
+
+
+
+
+C D G O P T
+
+
+
D
+
+- deleteJob(String) - 类 中的方法com.educoder.jenkins.controller.GameController
+-
+
+
C D G O P T
+
+
diff --git a/jenkins-exec/doc/index-files/index-3.html b/jenkins-exec/doc/index-files/index-3.html
new file mode 100644
index 0000000..f2047bb
--- /dev/null
+++ b/jenkins-exec/doc/index-files/index-3.html
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+G - 索引
+
+
+
+
+
+
+
+C D G O P T
+
+
+
G
+
+- GameController - com.educoder.jenkins.controller中的类
+-
+- GameController() - 类 的构造器com.educoder.jenkins.controller.GameController
+-
+- generatePipelineScriptForChallenge(String) - 类 中的方法com.educoder.jenkins.controller.GameController
+-
+- generatePipelineScriptForGame(String) - 类 中的方法com.educoder.jenkins.controller.GameController
+-
+
trustie将各个关卡的pipeline连同运行环境,以JSON格式传给中间层服务器
+ 中间层服务器接收参数,并将其和java.template.pipeline这一模板进行组成, 生成整个Job的总脚本。
+
+
+
C D G O P T
+
+
diff --git a/jenkins-exec/doc/index-files/index-4.html b/jenkins-exec/doc/index-files/index-4.html
new file mode 100644
index 0000000..e9b8815
--- /dev/null
+++ b/jenkins-exec/doc/index-files/index-4.html
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+O - 索引
+
+
+
+
+
+
+
+
+
+
diff --git a/jenkins-exec/doc/index-files/index-5.html b/jenkins-exec/doc/index-files/index-5.html
new file mode 100644
index 0000000..1a203fa
--- /dev/null
+++ b/jenkins-exec/doc/index-files/index-5.html
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+P - 索引
+
+
+
+
+
+
+
+C D G O P T
+
+
+
P
+
+- publishGame(String) - 类 中的方法com.educoder.jenkins.controller.GameController
+-
+
+
C D G O P T
+
+
diff --git a/jenkins-exec/doc/index-files/index-6.html b/jenkins-exec/doc/index-files/index-6.html
new file mode 100644
index 0000000..4e8cb7f
--- /dev/null
+++ b/jenkins-exec/doc/index-files/index-6.html
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+T - 索引
+
+
+
+
+
+
+
+C D G O P T
+
+
+
T
+
+- test() - 类 中的方法com.educoder.jenkins.controller.GameController
+-
+
+
C D G O P T
+
+
diff --git a/jenkins-exec/doc/index.html b/jenkins-exec/doc/index.html
new file mode 100644
index 0000000..296713b
--- /dev/null
+++ b/jenkins-exec/doc/index.html
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+生成的文档 (无标题)
+
+
+
+
diff --git a/jenkins-exec/doc/package-list b/jenkins-exec/doc/package-list
new file mode 100644
index 0000000..498a5f2
--- /dev/null
+++ b/jenkins-exec/doc/package-list
@@ -0,0 +1 @@
+com.educoder.jenkins.controller
diff --git a/jenkins-exec/doc/script.js b/jenkins-exec/doc/script.js
new file mode 100644
index 0000000..b346356
--- /dev/null
+++ b/jenkins-exec/doc/script.js
@@ -0,0 +1,30 @@
+function show(type)
+{
+ count = 0;
+ for (var key in methods) {
+ var row = document.getElementById(key);
+ if ((methods[key] & type) != 0) {
+ row.style.display = '';
+ row.className = (count++ % 2) ? rowColor : altColor;
+ }
+ else
+ row.style.display = 'none';
+ }
+ updateTabs(type);
+}
+
+function updateTabs(type)
+{
+ for (var value in tabs) {
+ var sNode = document.getElementById(tabs[value][0]);
+ var spanNode = sNode.firstChild;
+ if (value == type) {
+ sNode.className = activeTableTab;
+ spanNode.innerHTML = tabs[value][1];
+ }
+ else {
+ sNode.className = tableTab;
+ spanNode.innerHTML = "" + tabs[value][1] + "";
+ }
+ }
+}
diff --git a/jenkins-exec/doc/stylesheet.css b/jenkins-exec/doc/stylesheet.css
new file mode 100644
index 0000000..cebb4fd
--- /dev/null
+++ b/jenkins-exec/doc/stylesheet.css
@@ -0,0 +1,574 @@
+/* Javadoc style sheet */
+/*
+Overall document style
+*/
+
+@import url('resources/fonts/dejavu.css');
+
+body {
+ background-color:#ffffff;
+ color:#353833;
+ font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
+ font-size:14px;
+ margin:0;
+}
+a:link, a:visited {
+ text-decoration:none;
+ color:#4A6782;
+}
+a:hover, a:focus {
+ text-decoration:none;
+ color:#bb7a2a;
+}
+a:active {
+ text-decoration:none;
+ color:#4A6782;
+}
+a[name] {
+ color:#353833;
+}
+a[name]:hover {
+ text-decoration:none;
+ color:#353833;
+}
+pre {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+}
+h1 {
+ font-size:20px;
+}
+h2 {
+ font-size:18px;
+}
+h3 {
+ font-size:16px;
+ font-style:italic;
+}
+h4 {
+ font-size:13px;
+}
+h5 {
+ font-size:12px;
+}
+h6 {
+ font-size:11px;
+}
+ul {
+ list-style-type:disc;
+}
+code, tt {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ padding-top:4px;
+ margin-top:8px;
+ line-height:1.4em;
+}
+dt code {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ padding-top:4px;
+}
+table tr td dt code {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ vertical-align:top;
+ padding-top:4px;
+}
+sup {
+ font-size:8px;
+}
+/*
+Document title and Copyright styles
+*/
+.clear {
+ clear:both;
+ height:0px;
+ overflow:hidden;
+}
+.aboutLanguage {
+ float:right;
+ padding:0px 21px;
+ font-size:11px;
+ z-index:200;
+ margin-top:-9px;
+}
+.legalCopy {
+ margin-left:.5em;
+}
+.bar a, .bar a:link, .bar a:visited, .bar a:active {
+ color:#FFFFFF;
+ text-decoration:none;
+}
+.bar a:hover, .bar a:focus {
+ color:#bb7a2a;
+}
+.tab {
+ background-color:#0066FF;
+ color:#ffffff;
+ padding:8px;
+ width:5em;
+ font-weight:bold;
+}
+/*
+Navigation bar styles
+*/
+.bar {
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ padding:.8em .5em .4em .8em;
+ height:auto;/*height:1.8em;*/
+ font-size:11px;
+ margin:0;
+}
+.topNav {
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ float:left;
+ padding:0;
+ width:100%;
+ clear:right;
+ height:2.8em;
+ padding-top:10px;
+ overflow:hidden;
+ font-size:12px;
+}
+.bottomNav {
+ margin-top:10px;
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ float:left;
+ padding:0;
+ width:100%;
+ clear:right;
+ height:2.8em;
+ padding-top:10px;
+ overflow:hidden;
+ font-size:12px;
+}
+.subNav {
+ background-color:#dee3e9;
+ float:left;
+ width:100%;
+ overflow:hidden;
+ font-size:12px;
+}
+.subNav div {
+ clear:left;
+ float:left;
+ padding:0 0 5px 6px;
+ text-transform:uppercase;
+}
+ul.navList, ul.subNavList {
+ float:left;
+ margin:0 25px 0 0;
+ padding:0;
+}
+ul.navList li{
+ list-style:none;
+ float:left;
+ padding: 5px 6px;
+ text-transform:uppercase;
+}
+ul.subNavList li{
+ list-style:none;
+ float:left;
+}
+.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
+ color:#FFFFFF;
+ text-decoration:none;
+ text-transform:uppercase;
+}
+.topNav a:hover, .bottomNav a:hover {
+ text-decoration:none;
+ color:#bb7a2a;
+ text-transform:uppercase;
+}
+.navBarCell1Rev {
+ background-color:#F8981D;
+ color:#253441;
+ margin: auto 5px;
+}
+.skipNav {
+ position:absolute;
+ top:auto;
+ left:-9999px;
+ overflow:hidden;
+}
+/*
+Page header and footer styles
+*/
+.header, .footer {
+ clear:both;
+ margin:0 20px;
+ padding:5px 0 0 0;
+}
+.indexHeader {
+ margin:10px;
+ position:relative;
+}
+.indexHeader span{
+ margin-right:15px;
+}
+.indexHeader h1 {
+ font-size:13px;
+}
+.title {
+ color:#2c4557;
+ margin:10px 0;
+}
+.subTitle {
+ margin:5px 0 0 0;
+}
+.header ul {
+ margin:0 0 15px 0;
+ padding:0;
+}
+.footer ul {
+ margin:20px 0 5px 0;
+}
+.header ul li, .footer ul li {
+ list-style:none;
+ font-size:13px;
+}
+/*
+Heading styles
+*/
+div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
+ background-color:#dee3e9;
+ border:1px solid #d0d9e0;
+ margin:0 0 6px -8px;
+ padding:7px 5px;
+}
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+ background-color:#dee3e9;
+ border:1px solid #d0d9e0;
+ margin:0 0 6px -8px;
+ padding:7px 5px;
+}
+ul.blockList ul.blockList li.blockList h3 {
+ padding:0;
+ margin:15px 0;
+}
+ul.blockList li.blockList h2 {
+ padding:0px 0 20px 0;
+}
+/*
+Page layout container styles
+*/
+.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
+ clear:both;
+ padding:10px 20px;
+ position:relative;
+}
+.indexContainer {
+ margin:10px;
+ position:relative;
+ font-size:12px;
+}
+.indexContainer h2 {
+ font-size:13px;
+ padding:0 0 3px 0;
+}
+.indexContainer ul {
+ margin:0;
+ padding:0;
+}
+.indexContainer ul li {
+ list-style:none;
+ padding-top:2px;
+}
+.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
+ font-size:12px;
+ font-weight:bold;
+ margin:10px 0 0 0;
+ color:#4E4E4E;
+}
+.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
+ margin:5px 0 10px 0px;
+ font-size:14px;
+ font-family:'DejaVu Sans Mono',monospace;
+}
+.serializedFormContainer dl.nameValue dt {
+ margin-left:1px;
+ font-size:1.1em;
+ display:inline;
+ font-weight:bold;
+}
+.serializedFormContainer dl.nameValue dd {
+ margin:0 0 0 1px;
+ font-size:1.1em;
+ display:inline;
+}
+/*
+List styles
+*/
+ul.horizontal li {
+ display:inline;
+ font-size:0.9em;
+}
+ul.inheritance {
+ margin:0;
+ padding:0;
+}
+ul.inheritance li {
+ display:inline;
+ list-style:none;
+}
+ul.inheritance li ul.inheritance {
+ margin-left:15px;
+ padding-left:15px;
+ padding-top:1px;
+}
+ul.blockList, ul.blockListLast {
+ margin:10px 0 10px 0;
+ padding:0;
+}
+ul.blockList li.blockList, ul.blockListLast li.blockList {
+ list-style:none;
+ margin-bottom:15px;
+ line-height:1.4;
+}
+ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
+ padding:0px 20px 5px 10px;
+ border:1px solid #ededed;
+ background-color:#f8f8f8;
+}
+ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
+ padding:0 0 5px 8px;
+ background-color:#ffffff;
+ border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
+ margin-left:0;
+ padding-left:0;
+ padding-bottom:15px;
+ border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
+ list-style:none;
+ border-bottom:none;
+ padding-bottom:0;
+}
+table tr td dl, table tr td dl dt, table tr td dl dd {
+ margin-top:0;
+ margin-bottom:1px;
+}
+/*
+Table styles
+*/
+.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
+ width:100%;
+ border-left:1px solid #EEE;
+ border-right:1px solid #EEE;
+ border-bottom:1px solid #EEE;
+}
+.overviewSummary, .memberSummary {
+ padding:0px;
+}
+.overviewSummary caption, .memberSummary caption, .typeSummary caption,
+.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
+ position:relative;
+ text-align:left;
+ background-repeat:no-repeat;
+ color:#253441;
+ font-weight:bold;
+ clear:none;
+ overflow:hidden;
+ padding:0px;
+ padding-top:10px;
+ padding-left:1px;
+ margin:0px;
+ white-space:pre;
+}
+.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
+.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
+.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
+.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
+.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
+.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
+.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
+.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
+ color:#FFFFFF;
+}
+.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
+.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ padding-bottom:7px;
+ display:inline-block;
+ float:left;
+ background-color:#F8981D;
+ border: none;
+ height:16px;
+}
+.memberSummary caption span.activeTableTab span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ margin-right:3px;
+ display:inline-block;
+ float:left;
+ background-color:#F8981D;
+ height:16px;
+}
+.memberSummary caption span.tableTab span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ margin-right:3px;
+ display:inline-block;
+ float:left;
+ background-color:#4D7A97;
+ height:16px;
+}
+.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
+ padding-top:0px;
+ padding-left:0px;
+ padding-right:0px;
+ background-image:none;
+ float:none;
+ display:inline;
+}
+.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
+.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
+ display:none;
+ width:5px;
+ position:relative;
+ float:left;
+ background-color:#F8981D;
+}
+.memberSummary .activeTableTab .tabEnd {
+ display:none;
+ width:5px;
+ margin-right:3px;
+ position:relative;
+ float:left;
+ background-color:#F8981D;
+}
+.memberSummary .tableTab .tabEnd {
+ display:none;
+ width:5px;
+ margin-right:3px;
+ position:relative;
+ background-color:#4D7A97;
+ float:left;
+
+}
+.overviewSummary td, .memberSummary td, .typeSummary td,
+.useSummary td, .constantsSummary td, .deprecatedSummary td {
+ text-align:left;
+ padding:0px 0px 12px 10px;
+ width:100%;
+}
+th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
+td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
+ vertical-align:top;
+ padding-right:0px;
+ padding-top:8px;
+ padding-bottom:3px;
+}
+th.colFirst, th.colLast, th.colOne, .constantsSummary th {
+ background:#dee3e9;
+ text-align:left;
+ padding:8px 3px 3px 7px;
+}
+td.colFirst, th.colFirst {
+ white-space:nowrap;
+ font-size:13px;
+}
+td.colLast, th.colLast {
+ font-size:13px;
+}
+td.colOne, th.colOne {
+ font-size:13px;
+}
+.overviewSummary td.colFirst, .overviewSummary th.colFirst,
+.overviewSummary td.colOne, .overviewSummary th.colOne,
+.memberSummary td.colFirst, .memberSummary th.colFirst,
+.memberSummary td.colOne, .memberSummary th.colOne,
+.typeSummary td.colFirst{
+ width:25%;
+ vertical-align:top;
+}
+td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
+ font-weight:bold;
+}
+.tableSubHeadingColor {
+ background-color:#EEEEFF;
+}
+.altColor {
+ background-color:#FFFFFF;
+}
+.rowColor {
+ background-color:#EEEEEF;
+}
+/*
+Content styles
+*/
+.description pre {
+ margin-top:0;
+}
+.deprecatedContent {
+ margin:0;
+ padding:10px 0;
+}
+.docSummary {
+ padding:0;
+}
+
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+ font-style:normal;
+}
+
+div.block {
+ font-size:14px;
+ font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
+}
+
+td.colLast div {
+ padding-top:0px;
+}
+
+
+td.colLast a {
+ padding-bottom:3px;
+}
+/*
+Formatting effect styles
+*/
+.sourceLineNo {
+ color:green;
+ padding:0 30px 0 0;
+}
+h1.hidden {
+ visibility:hidden;
+ overflow:hidden;
+ font-size:10px;
+}
+.block {
+ display:block;
+ margin:3px 10px 2px 0px;
+ color:#474747;
+}
+.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
+.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
+.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
+ font-weight:bold;
+}
+.deprecationComment, .emphasizedPhrase, .interfaceName {
+ font-style:italic;
+}
+
+div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
+div.block div.block span.interfaceName {
+ font-style:normal;
+}
+
+div.contentContainer ul.blockList li.blockList h2{
+ padding-bottom:0px;
+}
diff --git a/jenkins-exec/package-list b/jenkins-exec/package-list
new file mode 100644
index 0000000..0516c96
--- /dev/null
+++ b/jenkins-exec/package-list
@@ -0,0 +1 @@
+com.educoder.jenkins.service
diff --git a/jenkins-exec/script.js b/jenkins-exec/script.js
new file mode 100644
index 0000000..b346356
--- /dev/null
+++ b/jenkins-exec/script.js
@@ -0,0 +1,30 @@
+function show(type)
+{
+ count = 0;
+ for (var key in methods) {
+ var row = document.getElementById(key);
+ if ((methods[key] & type) != 0) {
+ row.style.display = '';
+ row.className = (count++ % 2) ? rowColor : altColor;
+ }
+ else
+ row.style.display = 'none';
+ }
+ updateTabs(type);
+}
+
+function updateTabs(type)
+{
+ for (var value in tabs) {
+ var sNode = document.getElementById(tabs[value][0]);
+ var spanNode = sNode.firstChild;
+ if (value == type) {
+ sNode.className = activeTableTab;
+ spanNode.innerHTML = tabs[value][1];
+ }
+ else {
+ sNode.className = tableTab;
+ spanNode.innerHTML = "" + tabs[value][1] + "";
+ }
+ }
+}
diff --git a/jenkins-exec/src/main/java/com/educoder/jenkins/controller/BaseController.java b/jenkins-exec/src/main/java/com/educoder/jenkins/controller/BaseController.java
index ccf2c5c..333f9fd 100644
--- a/jenkins-exec/src/main/java/com/educoder/jenkins/controller/BaseController.java
+++ b/jenkins-exec/src/main/java/com/educoder/jenkins/controller/BaseController.java
@@ -8,8 +8,10 @@ import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
+
/**
- * Created by guange on 26/02/2017.
+ * @author lqk
+ * @version 0.1
*/
public class BaseController {
protected HttpServletRequest request;
diff --git a/jenkins-exec/src/main/java/com/educoder/jenkins/controller/GameController.java b/jenkins-exec/src/main/java/com/educoder/jenkins/controller/GameController.java
index e6a23ad..0a4788b 100644
--- a/jenkins-exec/src/main/java/com/educoder/jenkins/controller/GameController.java
+++ b/jenkins-exec/src/main/java/com/educoder/jenkins/controller/GameController.java
@@ -30,7 +30,10 @@ import java.net.URISyntaxException;
/**
- * Created by weishao on 2017/4/13. modified by lqk on 2017/5/19
+ * @author lqk
+ * @version 0.1
+ * @see
+ *为每次构建创建一个线程,用以放入线程池实现对构建任务的管理
*/
@Api(value = "game控制器,用于trustie相关的操作", hidden = true)
@RestController
@@ -58,14 +61,11 @@ public class GameController extends BaseController {
}
/**
- *
- * 发布实训,存储测试用例到服务器 <功能详细描述>
- *
- * @param gameInfo:实训信息
+ * @param gameInfo:实训信息 发布实训,存储测试用例到服务器
* @return 返回一个存储是否成功code和msg
* @throws URISyntaxException
* @throws IOException
- * @see [类、类#方法、类#成员]
+ *
*/
@RequestMapping(path = "/publishGame")
@ApiOperation(value = "发布实训", httpMethod = "POST", produces = MediaType.APPLICATION_FORM_URLENCODED_VALUE)
@@ -148,13 +148,17 @@ public class GameController extends BaseController {
return "";
}
+
+
/**
* trustie将各个关卡的pipeline连同运行环境,以JSON格式传给中间层服务器
* 中间层服务器接收参数,并将其和java.template.pipeline这一模板进行组成, 生成整个Job的总脚本。 gameInfo
+ *
+ * @param gameInfo
+ * @return
+
*/
-
- public String generatePipelineScriptForGame(
- @ApiParam(name = "gameInfo", required = true, value = "游戏信息,脚本用base64编码") @RequestParam String gameInfo)
+ public String generatePipelineScriptForGame(@ApiParam(name = "gameInfo", required = true, value = "游戏信息,脚本用base64编码") @RequestParam String gameInfo)
{
//
// logger.debug(gameInfo);
diff --git a/jenkins-exec/src/main/java/com/educoder/jenkins/service/BuildThread.java b/jenkins-exec/src/main/java/com/educoder/jenkins/service/BuildThread.java
index 187735b..cc6fa92 100644
--- a/jenkins-exec/src/main/java/com/educoder/jenkins/service/BuildThread.java
+++ b/jenkins-exec/src/main/java/com/educoder/jenkins/service/BuildThread.java
@@ -29,13 +29,8 @@ import com.educoder.jenkins.service.JobMonitor;
import com.educoder.jenkins.settings.PipeLineConfig;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Service;;
-/**
- * @author lqk
- * @version 0.1
- * @see
- *为每次构建创建一个线程,用以放入线程池实现对构建任务的管理
- */
-@Service("BuildThread")
+
+@Service("BuildThreadNew")
@Scope("prototype")
public class BuildThread implements Runnable{
private static final Logger logger = LoggerFactory.getLogger(BuildThread.class);
@@ -302,7 +297,7 @@ public class BuildThread implements Runnable{
logger.debug("********postErrToTrustie:errCode:" + errCode + "********");
TestInfo testInfo = new TestInfo(buildID, "-1", Base64Helper.encode(buildFailed), reSubmit);
- Case caseOne = new Case(0 + "", " ", " ", " ", 1+"", 0+"");
+ Case caseOne = new Case(1 + "", " ", " ", " ", 1+"", 0+"");
testInfo.getMsg().add(caseOne);
StringBuffer errorInfo = new StringBuffer("error while building: " + buildFailed + ";errCode:88-" + errCode);
testInfo.setOutPut(Base64Helper.encode(errorInfo.toString()));
diff --git a/jenkins-exec/stylesheet.css b/jenkins-exec/stylesheet.css
new file mode 100644
index 0000000..cebb4fd
--- /dev/null
+++ b/jenkins-exec/stylesheet.css
@@ -0,0 +1,574 @@
+/* Javadoc style sheet */
+/*
+Overall document style
+*/
+
+@import url('resources/fonts/dejavu.css');
+
+body {
+ background-color:#ffffff;
+ color:#353833;
+ font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
+ font-size:14px;
+ margin:0;
+}
+a:link, a:visited {
+ text-decoration:none;
+ color:#4A6782;
+}
+a:hover, a:focus {
+ text-decoration:none;
+ color:#bb7a2a;
+}
+a:active {
+ text-decoration:none;
+ color:#4A6782;
+}
+a[name] {
+ color:#353833;
+}
+a[name]:hover {
+ text-decoration:none;
+ color:#353833;
+}
+pre {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+}
+h1 {
+ font-size:20px;
+}
+h2 {
+ font-size:18px;
+}
+h3 {
+ font-size:16px;
+ font-style:italic;
+}
+h4 {
+ font-size:13px;
+}
+h5 {
+ font-size:12px;
+}
+h6 {
+ font-size:11px;
+}
+ul {
+ list-style-type:disc;
+}
+code, tt {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ padding-top:4px;
+ margin-top:8px;
+ line-height:1.4em;
+}
+dt code {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ padding-top:4px;
+}
+table tr td dt code {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ vertical-align:top;
+ padding-top:4px;
+}
+sup {
+ font-size:8px;
+}
+/*
+Document title and Copyright styles
+*/
+.clear {
+ clear:both;
+ height:0px;
+ overflow:hidden;
+}
+.aboutLanguage {
+ float:right;
+ padding:0px 21px;
+ font-size:11px;
+ z-index:200;
+ margin-top:-9px;
+}
+.legalCopy {
+ margin-left:.5em;
+}
+.bar a, .bar a:link, .bar a:visited, .bar a:active {
+ color:#FFFFFF;
+ text-decoration:none;
+}
+.bar a:hover, .bar a:focus {
+ color:#bb7a2a;
+}
+.tab {
+ background-color:#0066FF;
+ color:#ffffff;
+ padding:8px;
+ width:5em;
+ font-weight:bold;
+}
+/*
+Navigation bar styles
+*/
+.bar {
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ padding:.8em .5em .4em .8em;
+ height:auto;/*height:1.8em;*/
+ font-size:11px;
+ margin:0;
+}
+.topNav {
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ float:left;
+ padding:0;
+ width:100%;
+ clear:right;
+ height:2.8em;
+ padding-top:10px;
+ overflow:hidden;
+ font-size:12px;
+}
+.bottomNav {
+ margin-top:10px;
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ float:left;
+ padding:0;
+ width:100%;
+ clear:right;
+ height:2.8em;
+ padding-top:10px;
+ overflow:hidden;
+ font-size:12px;
+}
+.subNav {
+ background-color:#dee3e9;
+ float:left;
+ width:100%;
+ overflow:hidden;
+ font-size:12px;
+}
+.subNav div {
+ clear:left;
+ float:left;
+ padding:0 0 5px 6px;
+ text-transform:uppercase;
+}
+ul.navList, ul.subNavList {
+ float:left;
+ margin:0 25px 0 0;
+ padding:0;
+}
+ul.navList li{
+ list-style:none;
+ float:left;
+ padding: 5px 6px;
+ text-transform:uppercase;
+}
+ul.subNavList li{
+ list-style:none;
+ float:left;
+}
+.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
+ color:#FFFFFF;
+ text-decoration:none;
+ text-transform:uppercase;
+}
+.topNav a:hover, .bottomNav a:hover {
+ text-decoration:none;
+ color:#bb7a2a;
+ text-transform:uppercase;
+}
+.navBarCell1Rev {
+ background-color:#F8981D;
+ color:#253441;
+ margin: auto 5px;
+}
+.skipNav {
+ position:absolute;
+ top:auto;
+ left:-9999px;
+ overflow:hidden;
+}
+/*
+Page header and footer styles
+*/
+.header, .footer {
+ clear:both;
+ margin:0 20px;
+ padding:5px 0 0 0;
+}
+.indexHeader {
+ margin:10px;
+ position:relative;
+}
+.indexHeader span{
+ margin-right:15px;
+}
+.indexHeader h1 {
+ font-size:13px;
+}
+.title {
+ color:#2c4557;
+ margin:10px 0;
+}
+.subTitle {
+ margin:5px 0 0 0;
+}
+.header ul {
+ margin:0 0 15px 0;
+ padding:0;
+}
+.footer ul {
+ margin:20px 0 5px 0;
+}
+.header ul li, .footer ul li {
+ list-style:none;
+ font-size:13px;
+}
+/*
+Heading styles
+*/
+div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
+ background-color:#dee3e9;
+ border:1px solid #d0d9e0;
+ margin:0 0 6px -8px;
+ padding:7px 5px;
+}
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+ background-color:#dee3e9;
+ border:1px solid #d0d9e0;
+ margin:0 0 6px -8px;
+ padding:7px 5px;
+}
+ul.blockList ul.blockList li.blockList h3 {
+ padding:0;
+ margin:15px 0;
+}
+ul.blockList li.blockList h2 {
+ padding:0px 0 20px 0;
+}
+/*
+Page layout container styles
+*/
+.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
+ clear:both;
+ padding:10px 20px;
+ position:relative;
+}
+.indexContainer {
+ margin:10px;
+ position:relative;
+ font-size:12px;
+}
+.indexContainer h2 {
+ font-size:13px;
+ padding:0 0 3px 0;
+}
+.indexContainer ul {
+ margin:0;
+ padding:0;
+}
+.indexContainer ul li {
+ list-style:none;
+ padding-top:2px;
+}
+.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
+ font-size:12px;
+ font-weight:bold;
+ margin:10px 0 0 0;
+ color:#4E4E4E;
+}
+.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
+ margin:5px 0 10px 0px;
+ font-size:14px;
+ font-family:'DejaVu Sans Mono',monospace;
+}
+.serializedFormContainer dl.nameValue dt {
+ margin-left:1px;
+ font-size:1.1em;
+ display:inline;
+ font-weight:bold;
+}
+.serializedFormContainer dl.nameValue dd {
+ margin:0 0 0 1px;
+ font-size:1.1em;
+ display:inline;
+}
+/*
+List styles
+*/
+ul.horizontal li {
+ display:inline;
+ font-size:0.9em;
+}
+ul.inheritance {
+ margin:0;
+ padding:0;
+}
+ul.inheritance li {
+ display:inline;
+ list-style:none;
+}
+ul.inheritance li ul.inheritance {
+ margin-left:15px;
+ padding-left:15px;
+ padding-top:1px;
+}
+ul.blockList, ul.blockListLast {
+ margin:10px 0 10px 0;
+ padding:0;
+}
+ul.blockList li.blockList, ul.blockListLast li.blockList {
+ list-style:none;
+ margin-bottom:15px;
+ line-height:1.4;
+}
+ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
+ padding:0px 20px 5px 10px;
+ border:1px solid #ededed;
+ background-color:#f8f8f8;
+}
+ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
+ padding:0 0 5px 8px;
+ background-color:#ffffff;
+ border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
+ margin-left:0;
+ padding-left:0;
+ padding-bottom:15px;
+ border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
+ list-style:none;
+ border-bottom:none;
+ padding-bottom:0;
+}
+table tr td dl, table tr td dl dt, table tr td dl dd {
+ margin-top:0;
+ margin-bottom:1px;
+}
+/*
+Table styles
+*/
+.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
+ width:100%;
+ border-left:1px solid #EEE;
+ border-right:1px solid #EEE;
+ border-bottom:1px solid #EEE;
+}
+.overviewSummary, .memberSummary {
+ padding:0px;
+}
+.overviewSummary caption, .memberSummary caption, .typeSummary caption,
+.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
+ position:relative;
+ text-align:left;
+ background-repeat:no-repeat;
+ color:#253441;
+ font-weight:bold;
+ clear:none;
+ overflow:hidden;
+ padding:0px;
+ padding-top:10px;
+ padding-left:1px;
+ margin:0px;
+ white-space:pre;
+}
+.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
+.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
+.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
+.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
+.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
+.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
+.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
+.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
+ color:#FFFFFF;
+}
+.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
+.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ padding-bottom:7px;
+ display:inline-block;
+ float:left;
+ background-color:#F8981D;
+ border: none;
+ height:16px;
+}
+.memberSummary caption span.activeTableTab span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ margin-right:3px;
+ display:inline-block;
+ float:left;
+ background-color:#F8981D;
+ height:16px;
+}
+.memberSummary caption span.tableTab span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ margin-right:3px;
+ display:inline-block;
+ float:left;
+ background-color:#4D7A97;
+ height:16px;
+}
+.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
+ padding-top:0px;
+ padding-left:0px;
+ padding-right:0px;
+ background-image:none;
+ float:none;
+ display:inline;
+}
+.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
+.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
+ display:none;
+ width:5px;
+ position:relative;
+ float:left;
+ background-color:#F8981D;
+}
+.memberSummary .activeTableTab .tabEnd {
+ display:none;
+ width:5px;
+ margin-right:3px;
+ position:relative;
+ float:left;
+ background-color:#F8981D;
+}
+.memberSummary .tableTab .tabEnd {
+ display:none;
+ width:5px;
+ margin-right:3px;
+ position:relative;
+ background-color:#4D7A97;
+ float:left;
+
+}
+.overviewSummary td, .memberSummary td, .typeSummary td,
+.useSummary td, .constantsSummary td, .deprecatedSummary td {
+ text-align:left;
+ padding:0px 0px 12px 10px;
+ width:100%;
+}
+th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
+td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
+ vertical-align:top;
+ padding-right:0px;
+ padding-top:8px;
+ padding-bottom:3px;
+}
+th.colFirst, th.colLast, th.colOne, .constantsSummary th {
+ background:#dee3e9;
+ text-align:left;
+ padding:8px 3px 3px 7px;
+}
+td.colFirst, th.colFirst {
+ white-space:nowrap;
+ font-size:13px;
+}
+td.colLast, th.colLast {
+ font-size:13px;
+}
+td.colOne, th.colOne {
+ font-size:13px;
+}
+.overviewSummary td.colFirst, .overviewSummary th.colFirst,
+.overviewSummary td.colOne, .overviewSummary th.colOne,
+.memberSummary td.colFirst, .memberSummary th.colFirst,
+.memberSummary td.colOne, .memberSummary th.colOne,
+.typeSummary td.colFirst{
+ width:25%;
+ vertical-align:top;
+}
+td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
+ font-weight:bold;
+}
+.tableSubHeadingColor {
+ background-color:#EEEEFF;
+}
+.altColor {
+ background-color:#FFFFFF;
+}
+.rowColor {
+ background-color:#EEEEEF;
+}
+/*
+Content styles
+*/
+.description pre {
+ margin-top:0;
+}
+.deprecatedContent {
+ margin:0;
+ padding:10px 0;
+}
+.docSummary {
+ padding:0;
+}
+
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+ font-style:normal;
+}
+
+div.block {
+ font-size:14px;
+ font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
+}
+
+td.colLast div {
+ padding-top:0px;
+}
+
+
+td.colLast a {
+ padding-bottom:3px;
+}
+/*
+Formatting effect styles
+*/
+.sourceLineNo {
+ color:green;
+ padding:0 30px 0 0;
+}
+h1.hidden {
+ visibility:hidden;
+ overflow:hidden;
+ font-size:10px;
+}
+.block {
+ display:block;
+ margin:3px 10px 2px 0px;
+ color:#474747;
+}
+.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
+.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
+.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
+ font-weight:bold;
+}
+.deprecationComment, .emphasizedPhrase, .interfaceName {
+ font-style:italic;
+}
+
+div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
+div.block div.block span.interfaceName {
+ font-style:normal;
+}
+
+div.contentContainer ul.blockList li.blockList h2{
+ padding-bottom:0px;
+}