Uses of Class
hudson.scm.BlameSubversionSCM.SvnInfo

Packages that use BlameSubversionSCM.SvnInfo
hudson.scm   
 

Uses of BlameSubversionSCM.SvnInfo in hudson.scm
 

Methods in hudson.scm that return types with arguments of type BlameSubversionSCM.SvnInfo
 List<BlameSubversionSCM.SvnInfo> RevisionParameterAction.getRevisions()
           
 Map<BlameSubversionSCM.SvnInfo,List<String>> BlameSubversionTagAction.getTags()
           
 

Methods in hudson.scm with parameters of type BlameSubversionSCM.SvnInfo
 int BlameSubversionSCM.SvnInfo.compareTo(BlameSubversionSCM.SvnInfo that)
           
 String BlameSubversionTagAction.makeTagURL(BlameSubversionSCM.SvnInfo si)
          Creates a URL, to be used as the default value of the module tag URL.
 

Constructors in hudson.scm with parameters of type BlameSubversionSCM.SvnInfo
RevisionParameterAction(BlameSubversionSCM.SvnInfo... revisions)
           
 

Constructor parameters in hudson.scm with type arguments of type BlameSubversionSCM.SvnInfo
BlameSubversionTagAction.TagWorkerThread(Map<BlameSubversionSCM.SvnInfo,String> tagSet, UserProvidedCredential upc, String comment)
           
RevisionParameterAction(List<BlameSubversionSCM.SvnInfo> revisions)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.