hudson.plugins.perforce
Class PerforceTagAction.PerforceTag

java.lang.Object
  extended by hudson.plugins.perforce.PerforceTagAction.PerforceTag
Enclosing class:
PerforceTagAction

public static class PerforceTagAction.PerforceTag
extends Object


Constructor Summary
PerforceTagAction.PerforceTag(String name, String desc)
           
 
Method Summary
 String getDesc()
           
 String getName()
           
 void setDesc(String desc)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerforceTagAction.PerforceTag

public PerforceTagAction.PerforceTag(String name,
                                     String desc)
Method Detail

getDesc

public String getDesc()

setDesc

public void setDesc(String desc)

getName

public String getName()

setName

public void setName(String name)


Copyright © 2004-2013 Hudson. All Rights Reserved.