org.apache.maven.continuum.xmlrpc.project
Class BuildProjectTask

Package class diagram package BuildProjectTask
java.lang.Object
  extended by org.apache.maven.continuum.xmlrpc.project.BuildProjectTask
All Implemented Interfaces:
java.io.Serializable

public class BuildProjectTask
extends java.lang.Object
implements java.io.Serializable

Class BuildProjectTask.

See Also:
Serialized Form

Constructor Summary
BuildProjectTask()
           
 
Method Summary
 int getBuildDefinitionId()
          Get the buildDefinitionId field.
 java.lang.String getBuildDefinitionLabel()
          Get the buildDefinitionLabel field.
 long getMaxExecutionTime()
          Get the maxExecutionTime field.
 java.lang.String getModelEncoding()
           
 int getProjectId()
          Get the projectId field.
 java.lang.String getProjectName()
          Get the projectName field.
 long getTimestamp()
          Get the timestamp field.
 int getTrigger()
          Get the trigger field.
 void setBuildDefinitionId(int buildDefinitionId)
          Set the buildDefinitionId field.
 void setBuildDefinitionLabel(java.lang.String buildDefinitionLabel)
          Set the buildDefinitionLabel field.
 void setMaxExecutionTime(long maxExecutionTime)
          Set the maxExecutionTime field.
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setProjectId(int projectId)
          Set the projectId field.
 void setProjectName(java.lang.String projectName)
          Set the projectName field.
 void setTimestamp(long timestamp)
          Set the timestamp field.
 void setTrigger(int trigger)
          Set the trigger field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildProjectTask

public BuildProjectTask()
Method Detail

getBuildDefinitionId

public int getBuildDefinitionId()
Get the buildDefinitionId field.

Returns:
int

getBuildDefinitionLabel

public java.lang.String getBuildDefinitionLabel()
Get the buildDefinitionLabel field.

Returns:
String

getMaxExecutionTime

public long getMaxExecutionTime()
Get the maxExecutionTime field.

Returns:
long

getProjectId

public int getProjectId()
Get the projectId field.

Returns:
int

getProjectName

public java.lang.String getProjectName()
Get the projectName field.

Returns:
String

getTimestamp

public long getTimestamp()
Get the timestamp field.

Returns:
long

getTrigger

public int getTrigger()
Get the trigger field.

Returns:
int

setBuildDefinitionId

public void setBuildDefinitionId(int buildDefinitionId)
Set the buildDefinitionId field.

Parameters:
buildDefinitionId -

setBuildDefinitionLabel

public void setBuildDefinitionLabel(java.lang.String buildDefinitionLabel)
Set the buildDefinitionLabel field.

Parameters:
buildDefinitionLabel -

setMaxExecutionTime

public void setMaxExecutionTime(long maxExecutionTime)
Set the maxExecutionTime field.

Parameters:
maxExecutionTime -

setProjectId

public void setProjectId(int projectId)
Set the projectId field.

Parameters:
projectId -

setProjectName

public void setProjectName(java.lang.String projectName)
Set the projectName field.

Parameters:
projectName -

setTimestamp

public void setTimestamp(long timestamp)
Set the timestamp field.

Parameters:
timestamp -

setTrigger

public void setTrigger(int trigger)
Set the trigger field.

Parameters:
trigger -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public java.lang.String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.