com.atlassian.bamboo.build.expiry
Class BuildExpiryType

java.lang.Object
  extended by com.atlassian.bamboo.build.expiry.BuildExpiryType

public class BuildExpiryType
extends java.lang.Object

How the build expiry will actually run


Field Summary
static BuildExpiryType ARTIFACT_BUILD_EXPIRY_TYPE
           
static BuildExpiryType RESULTS_BUILD_EXPIRY_TYPE
           
static java.util.List TYPES
           
 
Constructor Summary
BuildExpiryType(java.lang.String type)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getLabel()
           
 com.opensymphony.xwork.TextProvider getTextProvider()
           
 java.lang.String getType()
           
 void setTextProvider(com.opensymphony.xwork.TextProvider textProvider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARTIFACT_BUILD_EXPIRY_TYPE

public static final BuildExpiryType ARTIFACT_BUILD_EXPIRY_TYPE

RESULTS_BUILD_EXPIRY_TYPE

public static final BuildExpiryType RESULTS_BUILD_EXPIRY_TYPE

TYPES

public static final java.util.List TYPES
Constructor Detail

BuildExpiryType

public BuildExpiryType(java.lang.String type)
Method Detail

getLabel

public java.lang.String getLabel()

getDescription

public java.lang.String getDescription()

getType

public java.lang.String getType()

getTextProvider

public com.opensymphony.xwork.TextProvider getTextProvider()

setTextProvider

public void setTextProvider(com.opensymphony.xwork.TextProvider textProvider)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.