public static void setSizeHeader(HttpRequestBase method, long size) { method.setHeader(GO_ARTIFACT_PAYLOAD_SIZE, String.valueOf(size));
確定! 回上一頁