com.thalesgroup.hudson.plugins.copyarchiver
Class ArchivedJobEntry

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.copyarchiver.ArchivedJobEntry
All Implemented Interfaces:
java.io.Serializable

public class ArchivedJobEntry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String excludes
          Pattern for excluding some archived artifact to copy
 java.lang.String jobName
          The job name
 java.lang.String pattern
          Pattern to filtering the archived artifact to copy
 
Constructor Summary
ArchivedJobEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobName

public java.lang.String jobName
The job name


pattern

public java.lang.String pattern
Pattern to filtering the archived artifact to copy


excludes

public java.lang.String excludes
Pattern for excluding some archived artifact to copy

Constructor Detail

ArchivedJobEntry

public ArchivedJobEntry()


Copyright © 2009. All Rights Reserved.