CEOT TRANIDONLY
diff --git a/galasa-managers-parent/galasa-managers-cicsts-parent/dev.galasa.cicsts.manager/src/main/java/dev/galasa/cicsts/IExecInterfaceBlock.java b/galasa-managers-parent/galasa-managers-cicsts-parent/dev.galasa.cicsts.manager/src/main/java/dev/galasa/cicsts/IExecInterfaceBlock.java
index e30b18096..6be5e8910 100644
--- a/galasa-managers-parent/galasa-managers-cicsts-parent/dev.galasa.cicsts.manager/src/main/java/dev/galasa/cicsts/IExecInterfaceBlock.java
+++ b/galasa-managers-parent/galasa-managers-cicsts-parent/dev.galasa.cicsts.manager/src/main/java/dev/galasa/cicsts/IExecInterfaceBlock.java
@@ -12,187 +12,186 @@
public interface IExecInterfaceBlock {
/**
- * Returns a {@link String} representation of the EIBRESP field if available
- * @return
+ * @return a {@link String} representation of the EIBRESP field if available
*/
public String getResponse();
/**
- * Returns the value of the EIBTIME field in the EIB.
- * @return
+ * @return the value of the EIBTIME field in the EIB.
+ *
*/
public int getEIBTIME();
/**
- * Returns the value of the EIBDATE field in the EIB.
- * @return
+ * @return the value of the EIBDATE field in the EIB.
+ *
*/
public int getEIBDATE();
/**
- * Returns the value of the EIBTRNID field in the EIB.
+ * @return the value of the EIBTRNID field in the EIB.
* @param hex return a char array containing the hex values of the field
- * @return
+ *
*/
public String getEIBTRNID(boolean hex);
/**
- * Returns the value of the EIBTASKN field in the EIB.
- * @return
+ * @return the value of the EIBTASKN field in the EIB.
+ *
*/
public int getEIBTASKN();
/**
- * Returns the value of the EIBTRMID field in the EIB.
+ * @return the value of the EIBTRMID field in the EIB.
* @param hex return a char array containing the hex values of the field
- * @return
+ *
*/
public String getEIBTRMID(boolean hex);
/**
- * Returns the value of the EIBCPOSN field in the EIB.
- * @return
+ * @return the value of the EIBCPOSN field in the EIB.
+ *
*/
public int getEIBCPOSN();
/**
- * Returns the value of the EIBCALEN field in the EIB.
- * @return
+ * @return the value of the EIBCALEN field in the EIB.
+ *
*/
public int getEIBCALEN();
/**
- * Returns the value of the EIBAID field in the EIB.
- * @return
+ * @return the value of the EIBAID field in the EIB.
+ *
*/
public char getEIBAID();
/**
- * Returns the value of the EIBFN field in the EIB.
- * @return
+ * @return the value of the EIBFN field in the EIB.
+ *
*/
public char[] getEIBFN();
/**
- * Returns the value of the EIBRCODE field in the EIB.
- * @return
+ * @return the value of the EIBRCODE field in the EIB.
+ *
*/
public char[] getEIBRCODE();
/**
- * Returns the value of the EIBDS field in the EIB.
+ * @return the value of the EIBDS field in the EIB.
* @param hex return a char array containing the hex values of the field
- * @return
+ *
*/
public String getEIBDS(boolean hex);
/**
- * Returns the value of the EIBREQID field in the EIB.
+ * @return the value of the EIBREQID field in the EIB.
* @param hex return a char array containing the hex values of the field
- * @return
+ *
*/
public String getEIBREQID(boolean hex);
/**
- * Returns the value of the EIBRSRCE field in the EIB.
+ * @return the value of the EIBRSRCE field in the EIB.
* @param hex return a char array containing the hex values of the field
- * @return
+ *
*/
public String getEIBRSRCE(boolean hex);
/**
- * Returns the value of the EIBSYNC field in the EIB.
- * @return
+ * @return the value of the EIBSYNC field in the EIB.
+ *
*/
public char getEIBSYNC();
/**
- * Returns the value of the EIBFREE field in the EIB.
- * @return
+ * @return the value of the EIBFREE field in the EIB.
+ *
*/
public char getEIBFREE();
/**
- * Returns the value of the EIBRECV field in the EIB.
- * @return
+ * @return the value of the EIBRECV field in the EIB.
+ *
*/
public char getEIBRECV();
/**
- * Returns the value of the EIBATT field in the EIB.
- * @return
+ * @return the value of the EIBATT field in the EIB.
+ *
*/
public char getEIBATT();
/**
- * Returns the value of the EIBEOC field in the EIB.
- * @return
+ * @return the value of the EIBEOC field in the EIB.
+ *
*/
public char getEIBEOC();
/**
- * Returns the value of the field in the EIB.
- * @return
+ * @return the value of the field in the EIB.
+ *
*/
public char getEIBFMH();
/**
- * Returns the value of the EIBCOMPL field in the EIB.
- * @return
+ * @return the value of the EIBCOMPL field in the EIB.
+ *
*/
public char getEIBCOMPL();
/**
- * Returns the value of the EIBSIG field in the EIB.
- * @return
+ * @return the value of the EIBSIG field in the EIB.
+ *
*/
public char getEIBSIG();
/**
- * Returns the value of the EIBCONF field in the EIB.
- * @return
+ * @return the value of the EIBCONF field in the EIB.
+ *
*/
public char getEIBCONF();
/**
- * Returns the value of the EIBERR field in the EIB.
- * @return
+ * @return the value of the EIBERR field in the EIB.
+ *
*/
public char getEIBERR();
/**
- * Returns the value of the EIBERRCD field in the EIB.
- * @return
+ * @return the value of the EIBERRCD field in the EIB.
+ *
*/
public char[] getEIBERRCD();
/**
- * Returns the value of the EIBSYNRB field in the EIB.
- * @return
+ * @return the value of the EIBSYNRB field in the EIB.
+ *
*/
public char getEIBSYNRB();
/**
- * Returns the value of the EIBNODAT field in the EIB.
- * @return
+ * @return the value of the EIBNODAT field in the EIB.
+ *
*/
public char getEIBNODAT();
/**
- * Returns the value of the EIBRESP field in the EIB.
- * @return
+ * @return the value of the EIBRESP field in the EIB.
+ *
*/
public int getEIBRESP();
/**
- * Returns the value of the EIBRESP2 field in the EIB.
- * @return
+ * @return the value of the EIBRESP2 field in the EIB.
+ *
*/
public int getEIBRESP2();
/**
- * Returns the value of the EIBRLDBK field in the EIB.
- * @return
+ * @return the value of the EIBRLDBK field in the EIB.
+ *
*/
public char getEIBRLDBK();
}
diff --git a/galasa-managers-parent/galasa-managers-comms-parent/dev.galasa.http.manager/src/main/java/dev/galasa/http/HttpClientResponse.java b/galasa-managers-parent/galasa-managers-comms-parent/dev.galasa.http.manager/src/main/java/dev/galasa/http/HttpClientResponse.java
index 192a4de9d..7cc1a0d5b 100644
--- a/galasa-managers-parent/galasa-managers-comms-parent/dev.galasa.http.manager/src/main/java/dev/galasa/http/HttpClientResponse.java
+++ b/galasa-managers-parent/galasa-managers-comms-parent/dev.galasa.http.manager/src/main/java/dev/galasa/http/HttpClientResponse.java
@@ -240,11 +240,11 @@ public static HttpClientResponsecom.google.gson.JSONObject
and receiving a com.google.gson.JSONObject
in the response.
+ * com.google.gson.JsonObject
and receiving a com.google.gson.JsonObject
in the response.
*
* @param url
* @param json
- * @return - {@link HttpClientResponse} with a com.google.gson.JSONObject
content type
+ * @return - {@link HttpClientResponse} with a com.google.gson.JsonObject
content type
* @throws HttpClientException
*/
HttpClientResponse+ HashMap* @param jmxStream * @param parameters * @throws JMeterManagerException diff --git a/galasa-managers-parent/galasa-managers-zos-parent/dev.galasa.zos.manager/src/main/java/dev/galasa/zosbatch/IZosBatchJob.java b/galasa-managers-parent/galasa-managers-zos-parent/dev.galasa.zos.manager/src/main/java/dev/galasa/zosbatch/IZosBatchJob.java index c3ff97eac..14a32c0f9 100644 --- a/galasa-managers-parent/galasa-managers-zos-parent/dev.galasa.zos.manager/src/main/java/dev/galasa/zosbatch/IZosBatchJob.java +++ b/galasa-managers-parent/galasa-managers-zos-parent/dev.galasa.zos.manager/src/main/java/dev/galasa/zosbatch/IZosBatchJob.java @@ -66,7 +66,7 @@ public static JobStatus valueOfLabel(String jobStatus) { public String getOwner(); /** - * The type for this Job, i.e.map = new HashMap (); + map.put("HOST", "galasa.dev"); + session.setChangedParametersJmxFile(jmxStream, map); +
JOB
, STC
or TSU
. Returns "???" if no type has been associated
+ * The type for this Job, i.e. "JOB", "STC" or "TSU". Returns "???" if no type has been associated
*
* @return batch job type
*/
@@ -81,7 +81,7 @@ public static JobStatus valueOfLabel(String jobStatus) {
/**
* The batch job value as a {@link String}, e.g.INPUT
, ACTIVE
, OUTPUT
etc.
* N.B. Values are implementation dependent
@@ -92,7 +92,7 @@ public static JobStatus valueOfLabel(String jobStatus) {
/**
* The batch job completion return code, e.g.
- * <code>CC 0000</code>, <code>CC 0020</code>, <code>JCL ERROR</code>, <code>ABEND S0C4</code> etc.<br>
+ * "CC 0000", "CC 0020", "JCL ERROR", "ABEND S0C4" etc.
* Returns "????" if the job has not been submitted
*
* @return
diff --git a/galasa-managers-parent/galasa-managers-zos-parent/dev.galasa.zosliberty.manager/src/main/java/dev/galasa/zosliberty/IZosLibertyServerXmlElementList.java b/galasa-managers-parent/galasa-managers-zos-parent/dev.galasa.zosliberty.manager/src/main/java/dev/galasa/zosliberty/IZosLibertyServerXmlElementList.java
index 180da00e1..f4d806266 100644
--- a/galasa-managers-parent/galasa-managers-zos-parent/dev.galasa.zosliberty.manager/src/main/java/dev/galasa/zosliberty/IZosLibertyServerXmlElementList.java
+++ b/galasa-managers-parent/galasa-managers-zos-parent/dev.galasa.zosliberty.manager/src/main/java/dev/galasa/zosliberty/IZosLibertyServerXmlElementList.java
@@ -17,7 +17,7 @@ public interface IZosLibertyServerXmlElementList
/**
* Put an XML element in the element list
* @param elementName - The name of the element to add
- * @param attributes - A HashMap<String, String> of attributes
+ * @param attributes - A HashMap of attributes
*/
public void add(String elementName, Map.cbl
file extension
+ * COBOL program with ".cbl" file extension
*/
COBOL(".cbl"),
/**
- * C program with .c
file extension
+ * C program with ".c" file extension
*/
C(".c"),
/**
- * PL1 program with .pl1
file extension
+ * PL1 program with ".pl1" file extension
*/
PL1(".pl1"),
/**
- * Assembler program with <code>.asm<\code> file extension
+ * Assembler program with ".asm" file extension
*/
ASSEMBLER(".asm"),
/**