Class EiffelArtifactCreatedEvent.Data.FileInformation
- java.lang.Object
-
- com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.eiffel.EiffelArtifactCreatedEvent.Data.FileInformation
-
- Enclosing class:
- EiffelArtifactCreatedEvent.Data
public static class EiffelArtifactCreatedEvent.Data.FileInformation extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EiffelArtifactCreatedEvent.Data.FileInformation.IntegrityProtection
-
Constructor Summary
Constructors Constructor Description FileInformation(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
EiffelArtifactCreatedEvent.Data.FileInformation.IntegrityProtection
getIntegrityProtection()
String
getName()
List<String>
getTags()
int
hashCode()
void
setIntegrityProtection(EiffelArtifactCreatedEvent.Data.FileInformation.IntegrityProtection integrityProtection)
void
setName(String name)
String
toString()
-
-
-
Constructor Detail
-
FileInformation
public FileInformation(String name)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getIntegrityProtection
public EiffelArtifactCreatedEvent.Data.FileInformation.IntegrityProtection getIntegrityProtection()
-
setIntegrityProtection
public void setIntegrityProtection(EiffelArtifactCreatedEvent.Data.FileInformation.IntegrityProtection integrityProtection)
-
-