@Portable public class ProjectDeployedEvent extends AssetManagementEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectDeployedEvent.DeployType |
| Constructor and Description |
|---|
ProjectDeployedEvent() |
ProjectDeployedEvent(String processName,
String repositoryAlias,
String rootURI,
String user,
Long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
ProjectDeployedEvent.DeployType |
getDeployType() |
String |
getExecutionServer() |
String |
getGroupId() |
String |
getProjectName() |
String |
getVersion() |
void |
setArtifactId(String artifactId) |
void |
setDeployType(ProjectDeployedEvent.DeployType deployType) |
void |
setExecutionServer(String executionServer) |
void |
setGroupId(String groupId) |
void |
setProjectName(String projectName) |
void |
setVersion(String version) |
addError, addParam, getErrors, getParams, getProcessName, getRepositoryAlias, getRootURI, getTimestamp, getUser, hasErrors, setErrors, setParams, setProcessName, setRepositoryAlias, setRootURI, setTimestamp, setUserpublic String getProjectName()
public void setProjectName(String projectName)
public String getExecutionServer()
public void setExecutionServer(String executionServer)
public ProjectDeployedEvent.DeployType getDeployType()
public void setDeployType(ProjectDeployedEvent.DeployType deployType)
public String getGroupId()
public void setGroupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
public String getVersion()
public void setVersion(String version)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.