public class Project extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ReturnMsg |
AddProject(String projectName,
String compose) |
void |
destroy() |
org.apache.http.client.methods.HttpPost |
GenerateHttpPost(String url,
String compose,
String projectName) |
org.apache.http.client.methods.HttpPost |
GenerateHttpPost(String url,
String compose,
String projectName,
String version) |
void |
GetProjects() |
int |
IsProjectExist(String appname) |
ArrayList<String> |
ListAllProjects() |
String |
QueryProjectStatus(String projectName) |
ReturnMsg |
RefreshProject(String projectName,
String compose,
String version) |
public int IsProjectExist(String appname)
public void GetProjects()
public org.apache.http.client.methods.HttpPost GenerateHttpPost(String url, String compose, String projectName)
public org.apache.http.client.methods.HttpPost GenerateHttpPost(String url, String compose, String projectName, String version)
public void destroy()
Copyright © 2016. All rights reserved.