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

java.lang.Object
  extended by org.apache.maven.continuum.xmlrpc.project.BuildProjectTask
All Implemented Interfaces:
Serializable

public class BuildProjectTask
extends Object
implements Serializable

Class BuildProjectTask.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
BuildProjectTask()
           
 
Method Summary
 int getBuildDefinitionId()
          Get the buildDefinitionId field.
 String getBuildDefinitionLabel()
          Get the buildDefinitionLabel field.
 long getMaxExecutionTime()
          Get the maxExecutionTime field.
 int getProjectId()
          Get the projectId field.
 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(String buildDefinitionLabel)
          Set the buildDefinitionLabel field.
 void setMaxExecutionTime(long maxExecutionTime)
          Set the maxExecutionTime field.
 void setProjectId(int projectId)
          Set the projectId field.
 void setProjectName(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 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 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(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(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 -


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.