Serialized Form
-
Package org.jenkinsci.plugins.ansible_tower
-
Class org.jenkinsci.plugins.ansible_tower.AnsibleTowerProjectRevisionStep.AnsibleTowerProjectRevisionStepExecution
class AnsibleTowerProjectRevisionStepExecution extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<Properties> implements Serializable- serialVersionUID:
- 1L
-
Class org.jenkinsci.plugins.ansible_tower.AnsibleTowerProjectSyncStep.AnsibleTowerProjectSyncStepExecution
class AnsibleTowerProjectSyncStepExecution extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<Properties> implements Serializable- serialVersionUID:
- 1L
-
Class org.jenkinsci.plugins.ansible_tower.AnsibleTowerStep.AnsibleTowerStepExecution
class AnsibleTowerStepExecution extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<Properties> implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jenkinsci.plugins.ansible_tower.exceptions
-
Exception Class org.jenkinsci.plugins.ansible_tower.exceptions.AnsibleTowerDoesNotSupportAuthToken
class AnsibleTowerDoesNotSupportAuthToken extends AnsibleTowerException implements Serializable -
Exception Class org.jenkinsci.plugins.ansible_tower.exceptions.AnsibleTowerException
class AnsibleTowerException extends Exception implements Serializable -
Exception Class org.jenkinsci.plugins.ansible_tower.exceptions.AnsibleTowerItemDoesNotExist
class AnsibleTowerItemDoesNotExist extends AnsibleTowerException implements Serializable -
Exception Class org.jenkinsci.plugins.ansible_tower.exceptions.AnsibleTowerRefusesToGiveToken
class AnsibleTowerRefusesToGiveToken extends AnsibleTowerException implements Serializable -
Exception Class org.jenkinsci.plugins.ansible_tower.exceptions.AnsibleTowerRequestException
class AnsibleTowerRequestException extends AnsibleTowerException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.jenkinsci.plugins.ansible_tower.exceptions.AnsibleTowerTransientException
class AnsibleTowerTransientException extends AnsibleTowerException implements Serializable-
Serialized Fields
-
statusCode
int statusCode
-
-
-
-
Package org.jenkinsci.plugins.ansible_tower.util
-
Class org.jenkinsci.plugins.ansible_tower.util.TowerConnector
class TowerConnector extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
apiBasePath
String apiBasePath
-
completedJobFailures
HashMap<Long,
Boolean> completedJobFailures -
getFullLogs
boolean getFullLogs
-
importChildWorkflowLogs
boolean importChildWorkflowLogs
-
jenkinsExports
HashMap<String,
String> jenkinsExports -
logger
TowerLogger logger
-
logIdForJobs
HashMap<Long,
Long> logIdForJobs -
processedWorkflowNodeIds
HashMap<Long,
Set<Long>> processedWorkflowNodeIds -
removeColor
boolean removeColor
-
towerVersion
TowerVersion towerVersion
-
url
String url
-
-
Class org.jenkinsci.plugins.ansible_tower.util.TowerJob
class TowerJob extends Object implements Serializable- serialVersionUID:
- -323790358606407805L
-
Serialized Fields
-
connection
TowerConnector connection
-
jobId
long jobId
-
templateType
String templateType
-
-
Class org.jenkinsci.plugins.ansible_tower.util.TowerJobStatus
class TowerJobStatus extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.jenkinsci.plugins.ansible_tower.util.TowerLogger
class TowerLogger extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
debugging
boolean debugging
-
-
Class org.jenkinsci.plugins.ansible_tower.util.TowerProject
class TowerProject extends Object implements Serializable-
Serialized Fields
-
apiEndPoint
String apiEndPoint
-
myConnector
TowerConnector myConnector
-
projectData
net.sf.json.JSONObject projectData
-
projectID
String projectID
-
projectName
String projectName
-
updateResponse
net.sf.json.JSONObject updateResponse
-
-
-
Class org.jenkinsci.plugins.ansible_tower.util.TowerProjectSync
class TowerProjectSync extends Object implements Serializable-
Serialized Fields
-
connection
TowerConnector connection
-
lastLogId
long lastLogId
-
projectReference
TowerProject projectReference
-
syncData
net.sf.json.JSONObject syncData
-
-
-
Class org.jenkinsci.plugins.ansible_tower.util.TowerVersion
class TowerVersion extends Object implements Serializable-
Serialized Fields
-
major
int major
-
minor
int minor
-
point
int point
-
version
String version
-
-
-