Mule Jenkins Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
org.mule.jenkins
org.mule.jenkins.model
org.mule.module
org.mule.module.adapters
org.mule.module.agents
org.mule.module.config
org.mule.module.connectivity
org.mule.module.process
org.mule.module.processors
Classes
ActionCause
ActionParameter
Actions
Artifact
Build
BuildInfo
ChangeSet
ChangeSetItem
ChangeSetItem.Author
ChangeSetItem.Paths
HealtReport
JenkinsInfo
JenkinsQueueInfo
Job
JobInfo
Module
Project
QueueItem
QueueItemTask
Package Index
|
Class Index
Summary:
Fields
|
Protected Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
protected class
ChangeSetItem.Paths
extends Object
implements Serializable
java.lang.Object
↳
org.mule.jenkins.model.ChangeSetItem.Paths
Summary
Fields
private String
editType
private String
file
Protected Constructors
ChangeSetItem.Paths
()
Public Methods
String
getEditType
()
String
getFile
()
void
setEditType
(String editType)
void
setFile
(String file)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Fields
private String
editType
private String
file
Protected Constructors
protected
ChangeSetItem.Paths
()
Public Methods
public String
getEditType
()
public String
getFile
()
public void
setEditType
(String editType)
Parameters
editType
public void
setFile
(String file)
Parameters
file