public class MavenClasspathRequest extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Long |
executeTimeout |
protected String |
pomXmlData |
protected String |
workingDirectory |
Constructor and Description |
---|
MavenClasspathRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Long |
getExecuteTimeout()
Gets the value of the executeTimeout property.
|
String |
getPomXmlData()
Gets the value of the pomXmlData property.
|
String |
getWorkingDirectory()
Gets the value of the workingDirectory property.
|
int |
hashCode() |
void |
setExecuteTimeout(Long value)
Sets the value of the executeTimeout property.
|
void |
setPomXmlData(String value)
Sets the value of the pomXmlData property.
|
void |
setWorkingDirectory(String value)
Sets the value of the workingDirectory property.
|
protected String pomXmlData
protected Long executeTimeout
protected String workingDirectory
public String getPomXmlData()
String
public void setPomXmlData(String value)
value
- allowed object is
String
public Long getExecuteTimeout()
Long
public void setExecuteTimeout(Long value)
value
- allowed object is
Long
public String getWorkingDirectory()
String
public void setWorkingDirectory(String value)
value
- allowed object is
String
Copyright © 2020 JBoss by Red Hat. All rights reserved.