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
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
Artifact
extends Object
java.lang.Object
↳
org.mule.jenkins.model.Artifact
Summary
Fields
private String
displayPath
private String
fileName
private String
relativePath
Public Constructors
Artifact
()
Public Methods
String
getDisplayPath
()
String
getFileName
()
String
getRelativePath
()
void
setDisplayPath
(String displayPath)
void
setFileName
(String fileName)
void
setRelativePath
(String relativePath)
[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
displayPath
private String
fileName
private String
relativePath
Public Constructors
public
Artifact
()
Public Methods
public String
getDisplayPath
()
public String
getFileName
()
public String
getRelativePath
()
public void
setDisplayPath
(String displayPath)
Parameters
displayPath
public void
setFileName
(String fileName)
Parameters
fileName
public void
setRelativePath
(String relativePath)
Parameters
relativePath