public class ReportParseGoogleUpdateForTestngReportWithoutLinks extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.gdata.data.spreadsheet.CellFeed |
cellFeed
The cell feed.
|
static String |
googleClientID
The client id.
|
static File |
googleP12File
The p12.
|
static String |
googleReportParserExecutionFlag
The google report parser execution flag.
|
static String |
parserAttachmentPath
The parser input file path.
|
static int |
parserIndexSpreadsheet
The parser index spreadsheet.
|
static int |
parserIndexWorksheet
The parser index worksheet.
|
static String |
parserSpreadsheetTitle
The parser spreadsheet title.
|
static com.google.gdata.client.spreadsheet.SpreadsheetQuery |
query
The query.
|
static com.google.gdata.data.spreadsheet.SpreadsheetEntry |
spreadsheet
The spreadsheet.
|
static URL |
SPREADSHEET_FEED_URL
The spreadsheet feed url.
|
static ReportParseGoogleUpdateForTestngReportWithoutLinks |
spreadSheetDemo
The spread sheet demo.
|
static String |
spreadsheetName
The spreadsheet name.
|
static com.google.gdata.data.spreadsheet.WorksheetEntry |
worksheetEntry
The worksheet entry.
|
static com.google.gdata.data.spreadsheet.WorksheetFeed |
worksheetFeed
The worksheet feed.
|
Constructor and Description |
---|
ReportParseGoogleUpdateForTestngReportWithoutLinks() |
Modifier and Type | Method and Description |
---|---|
static void |
CellContentUpdate(com.google.gdata.data.spreadsheet.WorksheetEntry worksheetEntry,
int row,
int col,
String formulaOrValue) |
static com.google.gdata.data.spreadsheet.SpreadsheetEntry |
googleSpreadsheetLogin() |
static void |
printCell(com.google.gdata.data.spreadsheet.CellEntry cell) |
static void |
ReportParsingGoogleDocUpdate()
Report parsing google doc update.
|
static void |
search(String fullTextSearchString) |
public static URL SPREADSHEET_FEED_URL
public static String googleClientID
public static File googleP12File
public static ReportParseGoogleUpdateForTestngReportWithoutLinks spreadSheetDemo
public static com.google.gdata.data.spreadsheet.SpreadsheetEntry spreadsheet
public static com.google.gdata.data.spreadsheet.WorksheetEntry worksheetEntry
public static com.google.gdata.data.spreadsheet.WorksheetFeed worksheetFeed
public static com.google.gdata.data.spreadsheet.CellFeed cellFeed
public static com.google.gdata.client.spreadsheet.SpreadsheetQuery query
public static String googleReportParserExecutionFlag
public static String spreadsheetName
public static int parserIndexSpreadsheet
public static int parserIndexWorksheet
public static String parserAttachmentPath
public static String parserSpreadsheetTitle
public ReportParseGoogleUpdateForTestngReportWithoutLinks()
public static void ReportParsingGoogleDocUpdate() throws Exception
Exception
- the exceptionpublic static com.google.gdata.data.spreadsheet.SpreadsheetEntry googleSpreadsheetLogin() throws MalformedURLException, GeneralSecurityException, IOException, com.google.gdata.util.ServiceException, URISyntaxException, Exception
MalformedURLException
GeneralSecurityException
IOException
com.google.gdata.util.ServiceException
URISyntaxException
Exception
public static void CellContentUpdate(com.google.gdata.data.spreadsheet.WorksheetEntry worksheetEntry, int row, int col, String formulaOrValue) throws IOException, com.google.gdata.util.ServiceException, Exception
IOException
com.google.gdata.util.ServiceException
Exception
public static void printCell(com.google.gdata.data.spreadsheet.CellEntry cell) throws Exception
Exception
public static void search(String fullTextSearchString) throws IOException, com.google.gdata.util.ServiceException
IOException
com.google.gdata.util.ServiceException