com.intel.gpe.clients.api.virtualworkspace
Interface Build


public interface Build

Version:
$Id$
Author:
Sai Srinivas Dharanikota

Method Summary
 java.lang.String getBuildID()
          Gets the buildID value for this Build.
 java.lang.String getBuildName()
          Gets the buildName value for this Build.
 java.lang.String getComments()
          Gets the comments value for this Build.
 ImageConfiguration getImageConfiguration()
          Gets the imageConfiguration value for this Build.
 java.lang.String getRepositoryURL()
          gets the repository url
 void setBuildID(java.lang.String buildID)
          Sets the buildID value for this Build.
 void setBuildName(java.lang.String buildName)
          Sets the buildName value for this Build.
 void setComments(java.lang.String comments)
          Sets the comments value for this Build.
 void setImageConfiguration(ImageConfiguration imageConfiguration)
          Sets the imageConfiguration value for this Build.
 void setRepositoryURL(java.lang.String repositoryURL)
          Sets the repository url
 

Method Detail

getBuildID

java.lang.String getBuildID()
Gets the buildID value for this Build.

Returns:
buildID

setBuildID

void setBuildID(java.lang.String buildID)
Sets the buildID value for this Build.

Parameters:
buildID -

getBuildName

java.lang.String getBuildName()
Gets the buildName value for this Build.

Returns:
buildName

setBuildName

void setBuildName(java.lang.String buildName)
Sets the buildName value for this Build.

Parameters:
buildName -

getImageConfiguration

ImageConfiguration getImageConfiguration()
Gets the imageConfiguration value for this Build.

Returns:
imageConfiguration

setImageConfiguration

void setImageConfiguration(ImageConfiguration imageConfiguration)
Sets the imageConfiguration value for this Build.

Parameters:
imageConfiguration -

getComments

java.lang.String getComments()
Gets the comments value for this Build.

Returns:
comments

setComments

void setComments(java.lang.String comments)
Sets the comments value for this Build.

Parameters:
comments -

setRepositoryURL

void setRepositoryURL(java.lang.String repositoryURL)
Sets the repository url

Parameters:
comments -

getRepositoryURL

java.lang.String getRepositoryURL()
gets the repository url

Parameters:
comments -


Copyright © 2008. All Rights Reserved.