컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
GCSConfigurationServer를
public
class
GCSConfigurationServer
extends Object
implements
IConfigurationServer
java.lang.Object의 클래스
|
↳ |
com.android.tradefed.config.gcs.GCSConfigurationServer
|
구성 서버가 GCS (Google Cloud Storage)에서 구성을 로드합니다.
요약
보호된 메서드 |
File
|
downloadFile(String name)
|
String
|
getHostConfig(String hostname, String cluster)
호스트의 tradefed 전역 구성을 가져옵니다.
|
boolean
|
sameHost(String currentHostname, String hostname)
두 개의 호스트 이름이 동일한 호스트에 있는지 확인합니다.
|
공개 생성자
GCSConfigurationServer를
public GCSConfigurationServer ()
공개 메서드
getConfig
public InputStream getConfig (String name)
이름으로 구성 콘텐츠를 가져옵니다.
getCurrentHostConfig
public String getCurrentHostConfig ()
현재 Tradefed 세션에 대한 현재 호스트의 구성 파일 이름을 가져옵니다. kubectl 명령어
로컬 파일의 호스트 구성 파일을 기반으로 하는 경우 Tradefed는 IConfigurationServer
로 시작됩니다.
서버에서 호스트 구성을 가져옵니다.
보호된 메서드
파일 다운로드
protected File downloadFile (String name)
getHostConfig
protected String getHostConfig (String hostname,
String cluster)
호스트의 tradefed 전역 구성을 가져옵니다. 클러스터 이름이 있는 경우 클러스터 이름을 사용하고 그렇지 않으면 클러스터 이름을 사용합니다.
호스트 이름을 사용하세요
매개변수 |
hostname |
String : 호스트 이름 |
cluster |
String : 클러스터 이름입니다. |
반환 값 |
String |
GCS 버킷을 기준으로 할 수 있습니다. |
동일 호스트
protected boolean sameHost (String currentHostname,
String hostname)
두 개의 호스트 이름이 동일한 호스트에 있는지 확인합니다. 구성 파일에는 짧은 이름을
있습니다.
매개변수 |
currentHostname |
String : 현재 호스트의 이름 |
hostname |
String : 구성의 호스트 이름입니다. |
반환 값 |
boolean |
동일한 호스트인 경우 true, 그렇지 않으면 false입니다. |
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2024-08-22(UTC)
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]
{"lastModified": "\ucd5c\uc885 \uc5c5\ub370\uc774\ud2b8: 2024-08-22(UTC)"}
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-08-22(UTC)"]]